Module: Formular::Element::Module::ClassMethods

Defined in:
lib/formular/element/module.rb

Overview

module Included

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method, *args, &block) ⇒ Object



29
30
31
# File 'lib/formular/element/module.rb', line 29

def method_missing(method, *args, &block)
  heritage.record(method, *args, &block)
end