Method: TkVariable#numlist
- Defined in:
- lib/tk/variable.rb
#numlist ⇒ Object
1000 1001 1002 |
# File 'lib/tk/variable.rb', line 1000 def numlist list.collect!{|val| number(val)} end |
1000 1001 1002 |
# File 'lib/tk/variable.rb', line 1000 def numlist list.collect!{|val| number(val)} end |