Method: Tk::BLT::Vector#sort
- Defined in:
- lib/tkextlib/blt/vector.rb
#sort(*vectors) ⇒ Object
207 208 209 210 |
# File 'lib/tkextlib/blt/vector.rb', line 207 def sort(*vectors) tk_call(@id, 'sort', *vectors) self end |
207 208 209 210 |
# File 'lib/tkextlib/blt/vector.rb', line 207 def sort(*vectors) tk_call(@id, 'sort', *vectors) self end |