# File lib/scrivener/validations.rb, line 109 def assert_present(att, error = [att, :not_present]) assert(!send(att).to_s.empty?, error) end