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.



19
20
21
# File 'lib/irb/output-method.rb', line 19

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