Libraries
»
motion-support
(1.2.1)
»
Index (N)
»
NSString
Class: NSString
Inherits:
Object
Object
NSString
show all
Defined in:
motion/core_ext/ns_string.rb
Instance Method Summary
collapse
#
to_s
⇒ Object
Instance Method Details
#
to_s
⇒
Object
2 3 4
# File 'motion/core_ext/ns_string.rb', line 2
def
to_s
String
.
new
(
self
)
end