Sha256: 978da3834975f9b7f6a31e98b9cb69fb51d89f790b5d6be3991673bf7d5ec555
Contents?: true
Size: 342 Bytes
Versions: 29
Compression:
Stored size: 342 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 GlooLang module Utils class Words def self.pluralize( word ) return word.pluralize end end end end
Version data entries
29 entries across 29 versions & 1 rubygems