Sha256: a1b4d24d52683bd9432a6a7f2342f2c40a779cd58ae765d1e674ff8f81fb0f17
Contents?: true
Size: 338 Bytes
Versions: 46
Compression:
Stored size: 338 Bytes
Contents
# Author:: Eric Crane (mailto:eric.crane@mac.com) # Copyright:: Copyright (c) 2019 Eric Crane. All rights reserved. # # Utilities related to words (strings). # require 'active_support/inflector' module Gloo module Utils class Words def self.pluralize( word ) return word.pluralize end end end end
Version data entries
46 entries across 46 versions & 1 rubygems