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