class Utils::Patterns::Pattern

def method_missing(*a, &b)

def method_missing(*a, &b)
  @matcher.__send__(*a, &b)
end