class PatternMatch::PatternElement

Public Instance Methods

quantifier?() click to toggle source
# File lib/pattern-match/core.rb, line 195
def quantifier?
  false
end