class ITrace::LogSwitch::NotYetImplementedError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/itrace/log_switch.rb, line 31
def initialize; super("Not yet implemented"); end