public static class JavaUtilRegex.Pattern extends Object
Constructor and Description |
---|
JavaUtilRegex.Pattern() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
casefold_p(ThreadContext context,
IRubyObject self) |
static IRubyObject |
eqq(ThreadContext context,
IRubyObject self,
IRubyObject str) |
static IRubyObject |
match(ThreadContext context,
IRubyObject self,
IRubyObject str) |
static IRubyObject |
op_match(ThreadContext context,
IRubyObject self,
IRubyObject str) |
public static IRubyObject op_match(ThreadContext context, IRubyObject self, IRubyObject str)
public static IRubyObject match(ThreadContext context, IRubyObject self, IRubyObject str)
public static IRubyObject eqq(ThreadContext context, IRubyObject self, IRubyObject str)
public static IRubyObject casefold_p(ThreadContext context, IRubyObject self)
Copyright © 2001-2016 JRuby. All Rights Reserved.