3 4 5
# File 'lib/easy_form/builder.rb', line 3 def field(*args, &block) EasyForm::Field.new(self, args, &block) end