Module: PR::Form

Defined in:
lib/pr/form.rb

Defined Under Namespace

Modules: DSL, Macros

Class Method Summary collapse

Class Method Details

.included(other) ⇒ Object



4
5
6
7
# File 'lib/pr/form.rb', line 4

def self.included other
  other.send :extend,  DSL
  other.send :include, Macros
end