module Law::Regulations::Statutes

Public Instance Methods

imposed_by(statute) click to toggle source
# File lib/law/regulations/statutes.rb, line 19
def imposed_by(statute)
  statutes << statute
end
inherited(base) click to toggle source
Calls superclass method
# File lib/law/regulations/statutes.rb, line 14
def inherited(base)
  base.statutes = []
  super
end