Ejemplo n.º 1
0
 @Specialization
 public Object match(VirtualFrame frame, RubyString string, RubyRegexp regexp) {
   return regexp.matchOperator(frame, string.toString());
 }