Sha256: 073ef03a3724b4c05d5583340ec0ed561f51199b0504c840e27ff5fd7ccb92ff
Contents?: true
Size: 1.24 KB
Versions: 108
Compression:
Stored size: 1.24 KB
Contents
{ "abbreviate": { "description": "Abbreviate a phrase", "cases": [ { "description": "basic", "phrase": "Portable Network Graphics", "expected": "PNG" }, { "description": "lowercase words", "phrase": "Ruby on Rails", "expected": "ROR" }, { "description": "camelcase", "phrase": "HyperText Markup Language", "expected": "HTML" }, { "description": "punctuation", "phrase": "First In, First Out", "expected": "FIFO" }, { "description": "all caps words", "phrase": "PHP: Hypertext Preprocessor", "expected": "PHP" }, { "description": "non-acronym all caps word", "phrase": "GNU Image Manipulation Program", "expected": "GIMP" }, { "description": "hyphenated", "phrase": "Complementary metal-oxide semiconductor", "expected": "CMOS" } ] } }
Version data entries
108 entries across 108 versions & 1 rubygems