Class: NilClass

Inherits:
Object show all
Defined in:
lib/babushka/core_patches/try.rb,
lib/babushka/core_patches/blank.rb

Instance Method Summary (collapse)

Instance Method Details

- (Boolean) blank?

Returns:

  • (Boolean)


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