method
to_s
v2_1_10 -
Show latest stable
- Class:
Resolv::LOC::Size
to_s()public
No documentation available.
# 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