Class: Float

Inherits:
Object
  • Object
show all
Defined in:
lib/ynap/extensions/float.rb

Instance Method Summary collapse

Instance Method Details

#to_ynabObject



2
3
4
# File 'lib/ynap/extensions/float.rb', line 2

def to_ynab
  (BigDecimal(self.to_s) * 1000).to_i
end