Object
# File lib/stella/core_ext.rb, line 91 def downcase self.to_s.downcase.to_sym end
# File lib/stella/core_ext.rb, line 98 def empty? self.to_s.empty? end
# File lib/stella/core_ext.rb, line 94 def upcase self.to_s.upcase.to_sym end
[Validate]
Generated with the Darkfish Rdoc Generator 2.