Sha256: a34fabc46a161fb7870c403041c00cb5acb54cc684c2ca622df55866707795eb

Contents?: true

Size: 429 Bytes

Versions: 1

Compression:

Stored size: 429 Bytes

Contents

NAMING_OK = {}

NAMING_OK['single_word_method'] =
  %(def thing
end)

NAMING_OK['two_word_method'] =
  %(def thing_one
end)

#-------------------------------------------------------------------------------
NAMING_OK['single_word_class'] =
  %(class Thing
end)

NAMING_OK['single_word_module'] =
  %(module Thing
end)

NAMING_OK['two_word_class'] =
  %(class ThingOne
end)

NAMING_OK['two_word_module'] =
  %(module ThingOne
end)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tailor-1.4.1 spec/support/naming_cases.rb