# File lib/radius/version.rb, line 8
      def to_s
        [Major, Minor, Tiny].join('.')
      end