Flowdock
method

to_s

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: Alt
to_s() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/resolv.rb, line 2848
      def to_s # :nodoc:
        a = @altitude.unpack("N").join.to_i
        return ((a.to_f/1e2)-1e5).to_s + "m"
      end
Register or log in to add new notes.