Method: VER::Text::Tag#lower

Defined in:
lib/ver/text/tag.rb

#lower(below_this = Tk::None) ⇒ Object Also known as: tag_lower



187
188
189
# File 'lib/ver/text/tag.rb', line 187

def lower(below_this = Tk::None)
  buffer.tag_lower(self, below_this)
end