Flowdock
method

inherited

Importance_0
inherited(sub_klass) private

No documentation

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

Hide source
# File lib/singleton.rb, line 125
    def inherited(sub_klass)
      super
      Singleton.__init__(sub_klass)
    end
Register or log in to add new notes.