Method: Kintama::Context::ClassMethods#inherited

Defined in:
lib/kintama/context.rb

#inherited(child) ⇒ Object



204
205
206
# File 'lib/kintama/context.rb', line 204

def inherited(child)
  children << child
end