class Float

Public Instance Methods

to_rvs() click to toggle source
# File lib/rvs/to_rvs.rb, line 89
def to_rvs
  "f#{to_s}"
end