Libraries
»
magic_cloud
(0.0.5)
»
Index
»
MagicCloud
»
Rect
»
#to_s
Method: MagicCloud::Rect#to_s
Defined in:
lib/magic_cloud/rect.rb
#
to_s
⇒
Object
86 87 88
# File 'lib/magic_cloud/rect.rb', line 86
def
to_s
"#<Rect[#{x0},#{y0};#{x1},#{y1}]>"
end