class SheepAst::ScopedRegexMatch

Scoped Regex match instance

@see new

Public Instance Methods

kind?() click to toggle source
# File lib/sheep_ast/match/scoped_regex_match.rb, line 15
def kind?
  return MatchKind::RegexCondition
end