Class: BigDecimal

Inherits:
Object
  • Object
show all
Defined in:
lib/rvs/to_rvs.rb

Instance Method Summary collapse

Instance Method Details

#to_rvsObject



29
30
31
# File 'lib/rvs/to_rvs.rb', line 29

def to_rvs
  "c#{to_s('F')}"
end