class Rundoc::CodeCommand::NoSuchCommand

Public Instance Methods

call(env = {}) click to toggle source
# 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