Exception: IRB::OutputMethod::NotImplementedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/irb/output-method.rb

Instance Method Summary collapse

Constructor Details

#initialize(val) ⇒ NotImplementedError

Returns a new instance of NotImplementedError.



13
14
15
# File 'lib/irb/output-method.rb', line 13

def initialize(val)
  super("Need to define `#{val}'")
end