Namespace

Methods

Files

Prependable

Public Class Methods

included(base) click to toggle source
# File lib/facets/core-uncommon/facets/module/prepend.rb, line 3
def self.included(base)
  base.extend Self
  base.instance_methods(false).each do |meth|
    base.method_added(meth)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.