Method: ActiveSupport::TimeWithZone#blank?
- Defined in:
- lib/active_support/time_with_zone.rb
#blank? ⇒ Boolean
An instance of ActiveSupport::TimeWithZone is never blank
515 516 517 |
# File 'lib/active_support/time_with_zone.rb', line 515 def blank? false end |