Method: VER::Text::Tag#remove
- Defined in:
- lib/ver/text/tag.rb
#remove(index, *indices) ⇒ Object Also known as: tag_remove
246 247 248 |
# File 'lib/ver/text/tag.rb', line 246 def remove(index, *indices) buffer.tag_remove(self, index, *indices) end |