class Pry::NoCommandError
Public Class Methods
Source
# File lib/pry/command_set.rb, line 5 def initialize(match, owner) super "Command '#{match}' not found in command set #{owner}" end
Calls superclass method
# File lib/pry/command_set.rb, line 5 def initialize(match, owner) super "Command '#{match}' not found in command set #{owner}" end