Module: Tk::CoreExtensions::Numeric
- Defined in:
- lib/ffi-tk/core_extensions.rb
Instance Method Summary collapse
Instance Method Details
#to_tcl ⇒ Object
121 122 123 |
# File 'lib/ffi-tk/core_extensions.rb', line 121 def to_tcl TclString.new(to_s) end |