Libraries
»
motion_blender-support
(0.2.8)
»
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
4 5 6
# File 'motion/core_ext/ns_string.rb', line 4
def
to_s
String
.
new
(
self
)
end