Method: Tk::Text#dump_mark
- Defined in:
- lib/tk/text.rb
#dump_mark(*index, &block) ⇒ Object
1554 1555 1556 |
# File 'lib/tk/text.rb', line 1554 def dump_mark(*index, &block) dump(['mark'], *index, &block) end |
1554 1555 1556 |
# File 'lib/tk/text.rb', line 1554 def dump_mark(*index, &block) dump(['mark'], *index, &block) end |