class NilClass
Public Instance Methods
empty?()
click to toggle source
REMOVE when RubyMotion adds this
# File lib/project/ext/nil.rb, line 4 def empty? self.to_s.empty? end
REMOVE when RubyMotion adds this
# File lib/project/ext/nil.rb, line 4 def empty? self.to_s.empty? end