Class Module
In: ruby/site_ruby/joyau/inherited.rb
Parent: Object

Methods

Included Modules

Joyau::Inherited

Public Instance methods

Fix for clases which inherits Joyau’s classes.

[Source]

# File ruby/site_ruby/joyau/inherited.rb, line 29
  def joyau_inherited
    class << self
      include Joyau::Inherited
    end
  end

[Validate]