Method: Othello::BoardView#tk_rect
- Defined in:
- sample/tcltklib/sample2.rb
#tk_rect(left, top, right, bottom) ⇒ Object
260 261 262 263 |
# File 'sample/tcltklib/sample2.rb', line 260 def tk_rect(left, top, right, bottom) return left.to_s + "c", top.to_s + "c", right.to_s + "c", bottom.to_s + "c" end |