Method: Command::CommandSet#set_prompt

Defined in:
lib/command-set/command-set.rb

#set_prompt(match, replace) ⇒ Object



296
297
298
# File 'lib/command-set/command-set.rb', line 296

def set_prompt(match, replace)
  @prompt = [match, replace]
end