class Rundoc::CodeCommand::NoSuchCommand
Public Instance Methods
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