class IRB::OutputMethod::NotImplementedError
Public Class Methods
new(val)
click to toggle source
Calls superclass method
Exception::new
# File lib/irb/output-method.rb, line 19 def initialize(val) super("Need to define `#{val}'") end