Module: Arli::Helpers::Inherited::Subclassing
- Defined in:
- lib/arli/helpers/inherited.rb
Instance Method Summary collapse
Instance Method Details
permalink #included(klass) ⇒ Object
[View source]
29 30 31 32 33 34 35 |
# File 'lib/arli/helpers/inherited.rb', line 29 def included(klass) klass.instance_eval do class << self include ::Arli::Helpers::Inherited end end end |