class BSON::Regexp::Raw

def method_missing(method, *arguments)

def method_missing(method, *arguments)
  return super unless respond_to?(method)
  compile.send(method, *arguments)
end