Sheety::Tokens::IntersectOperator
Inherits Sheety::Tokens::Operator < Sheety::Token < Reference < Object
Intersection operator (space between ranges)
Constants
INTERSECT_REGEX = /^\s*(?P<name>\s)\s*/
Class methods
match?(s : String) : Regex::MatchData | Nil
SourceInstance methods
match(s : String) : Regex::MatchData | Nil
Try to match the token pattern against the input string
set_expr(*tokens : Token) : Nil
Source