# File lib/beefcake.rb, line 47 def field(rule, name, type, fn, opts) fields[fn] = Field.new(rule, name, type, fn, opts) attr_accessor name end