Class: NilClass
Instance Method Summary collapse
-
#empty? ⇒ Boolean
REMOVE when RubyMotion adds this.
Instance Method Details
#empty? ⇒ Boolean
REMOVE when RubyMotion adds this
4 5 6 |
# File 'lib/project/ext/nil.rb', line 4 def empty? self.to_s.empty? end |