Class: Time
Overview
:nodoc:
Instance Method Summary collapse
-
#blank? ⇒ false
No Time is blank:.
- #present? ⇒ Boolean
Instance Method Details
#blank? ⇒ false
No Time is blank:
Time.now.blank? # => false
192 193 194 |
# File 'lib/errgonomic/core_ext/blank.rb', line 192 def blank? false end |
#present? ⇒ Boolean
196 197 198 |
# File 'lib/errgonomic/core_ext/blank.rb', line 196 def present? true end |