module Formular::Element::Module

Public Class Methods

included(base) click to toggle source

DISCUSS: could this be part of Declarative?

# File lib/formular/element/module.rb, line 10
def self.included(base)
  base.extend ClassMethods
  base.extend Declarative::Heritage::DSL # ::heritage
  # base.extend Declarative::Heritage::Included # ::included
  base.extend Included
end