Class: NilClass

Inherits:
Object show all
Defined in:
lib/tweep/core_exts.rb

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

:nodoc: Inspired by ActiveSupport

Returns:

  • (Boolean)


28
# File 'lib/tweep/core_exts.rb', line 28

def blank?; true; end

#try(*args) ⇒ Object



30
# File 'lib/tweep/core_exts.rb', line 30

def try(*args); nil; end