Sha256: 0a931cb388de9e9053ad094c0817973f156620b51307834a452e80f7d3f5b36f
Contents?: true
Size: 281 Bytes
Versions: 14
Compression:
Stored size: 281 Bytes
Contents
# A String that responds to #humanized. # Earlier versions of assignable_values dependent on such an API. class HumanizableString < String def initialize(string, humanization) super(string) @humanization = humanization end def humanized @humanization end end
Version data entries
14 entries across 14 versions & 1 rubygems