Sha256: b45d133262e1b0c12783519ddc7864d5e2b9cf9894530dd7fecefeb4fa4d4f20
Contents?: true
Size: 341 Bytes
Versions: 19
Compression:
Stored size: 341 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2017 GoodData Corporation. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. require 'bigdecimal' class BigDecimal def duplicable? true end def pretty_print(p) p.text to_s end end
Version data entries
19 entries across 19 versions & 1 rubygems