Method: TkNamespace.tail
- Defined in:
- lib/tk/namespace.rb
.tail(str) ⇒ Object
498 499 500 |
# File 'lib/tk/namespace.rb', line 498 def self.tail(str) tk_call('namespace', 'tail', str) end |
498 499 500 |
# File 'lib/tk/namespace.rb', line 498 def self.tail(str) tk_call('namespace', 'tail', str) end |