Libraries
»
ektoplayer
(0.1.22)
»
Index
»
UI
»
Point
»
#to_s
Method: UI::Point#to_s
Defined in:
lib/ektoplayer/ui.rb
#
to_s
⇒
Object
226
# File 'lib/ektoplayer/ui.rb', line 226
def
to_s
;
"[(Point) x=#{x}, y=#{y}]"
end