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