Class: NilClass
- Defined in:
- lib/vagrant-skytap/core_ext/object/blank.rb,
lib/vagrant-skytap/core_ext/try.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#blank? ⇒ Boolean
47 48 49 |
# File 'lib/vagrant-skytap/core_ext/object/blank.rb', line 47 def blank? true end |
#try(*args) ⇒ Object
39 40 41 |
# File 'lib/vagrant-skytap/core_ext/try.rb', line 39 def try(*args) nil end |