Method: TkCore#tk_call_to_list_with_enc

Defined in:
lib/tk.rb

#tk_call_to_list_with_enc(*args) ⇒ Object



2020
2021
2022
# File 'lib/tk.rb', line 2020

def tk_call_to_list_with_enc(*args)
  _tk_call_to_list_core(-1, true, true, *args)
end