Class: NilClass
Instance Method Summary collapse
-
#empty? ⇒ Boolean
quite usefull for error tolerant apps.
Instance Method Details
#empty? ⇒ Boolean
quite usefull for error tolerant apps. a bit dangerous? Will have to rethink this.
24 25 26 |
# File 'lib/glue.rb', line 24 def empty? return true end |