Class: Float

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

Instance Method Summary collapse

Instance Method Details

#to_rvsObject



82
83
84
# File 'lib/rvs/to_rvs.rb', line 82

def to_rvs
  "f#{to_s}"
end