# File lib/rb-kqueue/native/flags.rb, line 97
      def self.to_flag(prefix, flag)
        const_get("#{prefix}_#{flag.to_s.upcase}")
      end