class BinData::DSLMixin::DSLParser

def must_not_have_a_name_failed?(name)

def must_not_have_a_name_failed?(name)
  option?(:no_fieldnames) and name != ""
end