Class: NilClass
Instance Method Summary collapse
-
#blank? ⇒ Boolean
:nodoc: Inspired by ActiveSupport.
- #try(*args) ⇒ Object
Instance Method Details
#blank? ⇒ Boolean
:nodoc: Inspired by ActiveSupport
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 |