Sha256: a8f9a3fe10fe60b483df6368e217176b3d02dfdf184a524b42ea8107826c3004

Contents?: true

Size: 206 Bytes

Versions: 1

Compression:

Stored size: 206 Bytes

Contents

module CoreExtensions
  module String
    module HumanizeFraction
      def humanize_fraction(options = {})
        ::HumanizeFraction::Humanizer.from_string(self, options).to_s
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
humanize_fraction-0.1.0 lib/core_extensions/string/humanize_fraction.rb