class Mobb::Matcher::Matched
Attributes
captures[R]
matched[R]
pattern[R]
Public Class Methods
new(pattern, matched)
click to toggle source
# File lib/mobb/base.rb, line 31 def initialize(pattern, matched) @pattern, @matched, @captures = pattern, matched, matched.captures; end