class BigDecimal

Public Instance Methods

to_rvs() click to toggle source
# File lib/rvs/to_rvs.rb, line 36
def to_rvs
  "c#{to_s('F')}"
end