Class: NilClass
- Inherits:
-
Object
- Object
- NilClass
- Defined in:
- lib/api-pattern/class_helpers.rb
Instance Method Summary collapse
Instance Method Details
#blank? ⇒ Boolean
49 50 51 |
# File 'lib/api-pattern/class_helpers.rb', line 49 def blank? nil? end |
#present? ⇒ Boolean
45 46 47 |
# File 'lib/api-pattern/class_helpers.rb', line 45 def present? !blank? end |