# File lib/twitter/version.rb, line 11
      def to_s
        [MAJOR, MINOR, PATCH, PRE].compact.join('.')
      end