method
new
v2_4_6 -
Show latest stable
- Class:
Profiler__::Wrapper
new(klass, mid)public
No documentation available.
# File lib/profiler.rb, line 65
def initialize(klass, mid)
super(klass, mid, nil)
self.hash = Struct.instance_method(:hash).bind(self).call
end