Method: VER::Text::Tag#bind

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

#bind(*args, &block) ⇒ Object



49
50
51
# File 'lib/ver/text/tag.rb', line 49

def bind(*args, &block)
  buffer.tag_bind(to_tcl, *args, &block)
end