Class: NilClass
Overview
NilClass provides an instantiatable object suitable for more careful thorough programming.
Instance Method Summary collapse
-
#blank? ⇒ Boolean
Same as Rails.
-
#size? ⇒ Boolean
Return false.
Instance Method Details
#blank? ⇒ Boolean
Same as Rails
9 10 11 |
# File 'lib/webget_ruby_ramp/nil.rb', line 9 def blank? return true end |
#size? ⇒ Boolean
Return false
14 15 16 |
# File 'lib/webget_ruby_ramp/nil.rb', line 14 def size? return false end |