Sha256: fce69b5048b98003be0f22cd7ac11653724e7f0fbd5d9d741e530919f20eef13
Contents?: true
Size: 429 Bytes
Versions: 6
Compression:
Stored size: 429 Bytes
Contents
NAMING_OK = {} NAMING_OK[:single_word_method] = %Q{def thing end} NAMING_OK[:two_word_method] = %Q{def thing_one end} #------------------------------------------------------------------------------- NAMING_OK[:single_word_class] = %Q{class Thing end} NAMING_OK[:single_word_module] = %Q{module Thing end} NAMING_OK[:two_word_class] = %Q{class ThingOne end} NAMING_OK[:two_word_module] = %Q{module ThingOne end}
Version data entries
6 entries across 6 versions & 1 rubygems