Module | ActiveSupport::CoreExtensions::BigDecimal::Conversions |
In: |
lib/active_support/core_ext/bigdecimal/conversions.rb
|
DEFAULT_STRING_FORMAT | = | 'F'.freeze |
YAML_TAG | = | 'tag:yaml.org,2002:float'.freeze |
YAML_MAPPING | = | { 'Infinity' => '.Inf', '-Infinity' => '-.Inf', 'NaN' => '.NaN' } |