Method: ObjectTracker::UntrackableMethod#initialize
- Defined in:
- lib/object_tracker.rb
#initialize(method_name) ⇒ UntrackableMethod
Returns a new instance of UntrackableMethod.
121 122 123 |
# File 'lib/object_tracker.rb', line 121 def initialize(method_name) super "Can't track :#{method_name} because it's not defined on this class or it's instance" end |