Flowdock
method

to_s

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: Wrapper
to_s() 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 70
    def to_s
      "#{defined_class.inspect}#".sub(/\A\#<Class:(.*)>#\z/, '\1.') << method_id.to_s
    end
Register or log in to add new notes.