Class: NSString

Inherits:
Object show all
Defined in:
motion/core_ext/ns_string.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



2
3
4
# File 'motion/core_ext/ns_string.rb', line 2

def to_s
  String.new(self)
end