Sha256: d134b9929be77228fa3eb921925bb0e81704660966938c3fbd742ac5f47397c7
Contents?: true
Size: 435 Bytes
Versions: 5
Compression:
Stored size: 435 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
5 entries across 5 versions & 1 rubygems