Sha256: 92357d2b3782d86452a142882c5295e7d69fd8df5258dba557ccf5cb01675d85

Contents?: true

Size: 118 Bytes

Versions: 69

Compression:

Stored size: 118 Bytes

Contents

class BigDecimal #:nodoc:
  
  alias :_original_to_s :to_s
  def to_s(format="F")
    _original_to_s(format)
  end
end

Version data entries

69 entries across 69 versions & 5 rubygems

Version Path
activesupport-1.4.3 lib/active_support/core_ext/bigdecimal/formatting.rb
activesupport-1.4.0 lib/active_support/core_ext/bigdecimal/formatting.rb
activesupport-1.4.2 lib/active_support/core_ext/bigdecimal/formatting.rb
activesupport-1.4.1 lib/active_support/core_ext/bigdecimal/formatting.rb
activesupport-1.4.4 lib/active_support/core_ext/bigdecimal/formatting.rb
backlog-0.0.0 vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal/formatting.rb
backlog-0.0.1 vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal/formatting.rb
backlog-0.0.2 vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal/formatting.rb
backlog-0.0.5 vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal/formatting.rb
backlog-0.0.4 vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal/formatting.rb
backlog-0.1.0 vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal/formatting.rb
backlog-0.1.1 vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal/formatting.rb
backlog-0.1.2 vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal/formatting.rb
backlog-0.2.0 vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal/formatting.rb
backlog-0.2.1 vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal/formatting.rb
backlog-0.3.0 vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal/formatting.rb
backlog-0.3.3 vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal/formatting.rb
backlog-0.3.1 vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal/formatting.rb
backlog-0.3.2 vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal/formatting.rb
backlog-0.3.4 vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal/formatting.rb