Libraries
»
metro
(0.3.4)
»
Index
»
Metro
»
Units
»
Point
»
#to_s
Method: Metro::Units::Point#to_s
Defined in:
lib/metro/units/point.rb
#
to_s
⇒
Object
39 40 41
# File 'lib/metro/units/point.rb', line 39
def
to_s
"#{x},#{y},#{z}"
end