Exemple #1
0
 public override object Clone()
 {
     return(new RubyRegexp(pattern.Clone() as RubyString, options));
 }