Flowdock
method

new

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: Wrapper
new(klass, mid) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/profiler.rb, line 65
    def initialize(klass, mid)
      super(klass, mid, nil)
      self.hash = Struct.instance_method(:hash).bind(self).call
    end
Register or log in to add new notes.