3 4 5 6 7
# File 'lib/reform/form/dsl.rb', line 3 def self.included(base) base.class_eval do extend ClassMethods end end