Module: TarkaMatchers::Matchers::Regex

Included in:
Object
Defined in:
lib/tarka_matchers/matchers/regex/match_sections.rb

Defined Under Namespace

Classes: MatchSections

Instance Method Summary collapse

Instance Method Details

#match_sections(*expected) ⇒ Object



7
8
9
# File 'lib/tarka_matchers/matchers/regex/match_sections.rb', line 7

def match_sections *expected
	MatchSections.new expected
end