Method: SugarCube::Repl.format_frame
- Defined in:
- lib/cocoa/sugarcube-repl/repl.rb
.format_frame(frame) ⇒ Object
384 385 386 |
# File 'lib/cocoa/sugarcube-repl/repl.rb', line 384 def format_frame(frame) "[[#{frame.origin.x}, #{frame.origin.y}], [#{frame.size.width}, #{frame.size.height}]]" end |