Method: Time#present?

Defined in:
lib/active_support/core_ext/object/blank.rb

#present?Boolean

Returns:

  • (Boolean)


196
197
198
# File 'lib/active_support/core_ext/object/blank.rb', line 196

def present?
  true
end