Sha256: 75f58ad57ce03a7cc710f50db31e22b6c26ba2d7ed7eeffc9b87eb59e28cc454
Contents?: true
Size: 192 Bytes
Versions: 7
Compression:
Stored size: 192 Bytes
Contents
# frozen_string_literal: true require 'action_view' # Give Floats the ability to display with human-readable precision class Float def format_quantity to_s.sub(/\.?0+$/, '') end end
Version data entries
7 entries across 7 versions & 1 rubygems