Method: Processing::TextBounds#inspect
- Defined in:
- lib/processing/font.rb
#inspect ⇒ String
Returns a string containing a human-readable representation of object.
71 72 73 |
# File 'lib/processing/font.rb', line 71 def inspect() "#<Processing::TextBounds: x:#{x} y:#{y} w:#{w} h:#{h}>" end |