module AST
    class BitwiseOr < BitwiseOperator
      def self.symbol
        :"|"
      end