Sha256: 9440ad02ea650676e62ad31248b2eb0ca6c49e57568bed5f552f1a9f3d854963
Contents?: true
Size: 294 Bytes
Versions: 244
Compression:
Stored size: 294 Bytes
Contents
# frozen_string_literal: true require 'eac_ruby_utils/inflector' class String # Shortcut to `EacRubyUtils::Inflector.variableize(self, ...)`. # @see EacRubyUtils::Inflector.variableize def variableize(validate = true) ::EacRubyUtils::Inflector.variableize(self, validate) end end
Version data entries
244 entries across 244 versions & 4 rubygems