Module: Tk::CoreExtensions::Symbol

Defined in:
lib/ffi-tk/core_extensions.rb

Instance Method Summary collapse

Instance Method Details

#to_tclObject



111
112
113
# File 'lib/ffi-tk/core_extensions.rb', line 111

def to_tcl
  TclString.new(to_s.dump)
end

#to_tcl_optionObject



115
116
117
# File 'lib/ffi-tk/core_extensions.rb', line 115

def to_tcl_option
  TclString.new(to_s.sub(/\A(?=[^-])/, '-'))
end