module Inherited::Attributes

Constants

VERSION

Public Class Methods

included(base) click to toggle source
# File lib/inherited/attributes.rb, line 31
def self.included(base)
  base.extend(ClassMethods)
end