Class: NilClass
- Inherits:
-
Object
- Object
- NilClass
- Defined in:
- lib/babushka/core_patches/try.rb,
lib/babushka/core_patches/blank.rb
Instance Method Summary (collapse)
Instance Method Details
- (Boolean) blank?
19 20 21 |
# File 'lib/babushka/core_patches/blank.rb', line 19 def blank? true end |
- (Object) try(*args)
12 13 14 |
# File 'lib/babushka/core_patches/try.rb', line 12 def try *args nil end |