class BinData::DSLMixin::DSLParser

def too_many_fields?

def too_many_fields?
  option?(:only_one_field) and not fields.empty?
end