Class: NilClass

Inherits:
Object show all
Defined in:
lib/sapoci/core_ext/blank.rb,
lib/sapoci/core_ext/try.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/sapoci/core_ext/blank.rb', line 11

def blank?
  true
end

#try(*args) ⇒ Object



7
8
9
# File 'lib/sapoci/core_ext/try.rb', line 7

def try(*args)
  nil
end