Method: Textbringer::Commands#replace_match

Defined in:
lib/textbringer/commands/replace.rb

#replace_match(s) ⇒ Object



33
34
35
# File 'lib/textbringer/commands/replace.rb', line 33

def replace_match(s)
  Buffer.current.replace_match(s)
end