class ReplRunner::UnregisteredCommand

Public Class Methods

new(cmd_type) click to toggle source
Calls superclass method
# File lib/repl_runner.rb, line 20
def initialize(cmd_type)
  msg = "Cannot find registered command type: #{cmd_type.inspect}"
  super(msg)
end