Class: BigDecimal

Inherits:
Object
  • Object
show all
Defined in:
lib/arrow/bigdecimal-extension.rb

Instance Method Summary collapse

Instance Method Details

#to_arrowObject



21
22
23
# File 'lib/arrow/bigdecimal-extension.rb', line 21

def to_arrow
  Arrow::Decimal128.new(to_s)
end