Sha256: 20a355282cc66176bdf456aae951d4521dfc96d18e0d102153253f053c087c2c
Contents?: true
Size: 140 Bytes
Versions: 1
Compression:
Stored size: 140 Bytes
Contents
# frozen_string_literal: true require_relative '../converter' class BigDecimal def to_sasin Sasin::Converter.convert(self) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sasin-0.1.0 | lib/sasin/monkey_patches/big_decimal.rb |