Method: Qt::Point#to_s
- Defined in:
- ext/ruby/qtruby/test/opoverloading.rb
#to_s ⇒ Object
4 5 6 |
# File 'ext/ruby/qtruby/test/opoverloading.rb', line 4 def to_s "(#{x}, #{y})" end |
4 5 6 |
# File 'ext/ruby/qtruby/test/opoverloading.rb', line 4 def to_s "(#{x}, #{y})" end |