Method: Rundoc::CodeCommand::NoSuchCommand#call

Defined in:
lib/rundoc/code_command/no_such_command.rb

#call(env = {}) ⇒ Object



4
5
6
# File 'lib/rundoc/code_command/no_such_command.rb', line 4

def call(env = {})
  raise "No such command registered with rundoc: #{@keyword.inspect} for '#{@keyword} #{@original_args}'"
end