Class: NilClass

Inherits:
Object show all
Defined in:
lib/swee/support.rb

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


40
41
42
# File 'lib/swee/support.rb', line 40

def blank?
  true
end

#try(*args) ⇒ Object



32
33
34
# File 'lib/swee/support.rb', line 32

def try(*args)
  nil
end

#try!(*args) ⇒ Object



36
37
38
# File 'lib/swee/support.rb', line 36

def try!(*args)
  nil
end