method

to_s

v2_6_3 - Show latest stable - Class: Resolv::LOC::Alt
to_s()
public

No documentation available.

# File lib/resolv.rb, line 2836
      def to_s # :nodoc:
        a = @altitude.unpack("N").join.to_i
        return ((a.to_f/1e2)-1e5).to_s + "m"
      end