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