Method: Object#present?

Defined in:
lib/eye/utils/mini_active_support.rb

#present?Boolean



15
16
17
# File 'lib/eye/utils/mini_active_support.rb', line 15

def present?
  !blank?
end