# File lib/hammer_cli/output/dsl.rb, line 29
    def custom_field(type, options={}, &block)
      self.fields << type.new(options, &block)
    end