module Serinette::Descendents

Gives mixed in classes a method for returning an array of their descendents

Public Class Methods

included(base) click to toggle source
# File lib/mixins/descendents.rb, line 4
def self.included(base)
  base.extend(ClassMethods)
end