Method: UI::Point#to_s

Defined in:
lib/ektoplayer/ui.rb

#to_sObject



226
# File 'lib/ektoplayer/ui.rb', line 226

def to_s;  "[(Point) x=#{x}, y=#{y}]"  end