# File lib/rouge/lexers/idlang.rb, line 50 def self.operators @operators ||= Set.new %w( AND= EQ= GE= GT= LE= LT= MOD= NE= OR= XOR= NOT= ) end