# File lib/puppet/parser/ast/match_operator.rb, line 22 22: def initialize(hash) 23: super 24: 25: raise ArgumentError, "Invalid regexp operator #{@operator}" unless %w{!~ =~}.include?(@operator) 26: end