Uses of Class
org.jruby.RubyMatchData
Packages that use RubyMatchData
-
Uses of RubyMatchData in org.jruby.runtime
Methods in org.jruby.runtime that return RubyMatchDataModifier and TypeMethodDescriptionThreadContext.getLocalMatch()
Get the thread-local MatchData specific to this context.Methods in org.jruby.runtime with parameters of type RubyMatchDataModifier and TypeMethodDescriptionThreadContext.setBackRef
(RubyMatchData match) Set the $~ (backref) "global" to the given RubyMatchData value.void
ThreadContext.setLocalMatch
(RubyMatchData localMatch) Set the thread-local MatchData specific to this context.