Method: TkVariable#list
- Defined in:
- lib/tk/variable.rb
#list ⇒ Object Also known as: to_a, to_ary
1027 1028 1029 1030 |
# File 'lib/tk/variable.rb', line 1027 def list #tk_split_list(value) tk_split_simplelist(_value) end |
1027 1028 1029 1030 |
# File 'lib/tk/variable.rb', line 1027 def list #tk_split_list(value) tk_split_simplelist(_value) end |