Flowdock
method

to_s

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: Size
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 2650
      def to_s # :nodoc:
        s = @scalar.unpack("H2").join.to_s
        return ((s[0].to_i)*(10**(s[1].to_i-2))).to_s << "m"
      end
Register or log in to add new notes.