module TarkaMatchers::Matchers::Regex

Public Instance Methods

match_sections(*expected) click to toggle source
# File lib/tarka_matchers/matchers/regex/match_sections.rb, line 7
def match_sections *expected
        MatchSections.new expected
end