class RegexpLookAlike

def keys

def keys
  ["one", "two", "three", "four"]
end

def match(string)

def match(string)
  ::RegexpLookAlike::MatchData.new if string == "/this/is/a/test/"
end