class Test::Unit::AttributeMatcher

def method_missing(name, *args)

def method_missing(name, *args)
  if args.empty?
    @test[name]
  else
    super
  end
end