Sha256: 646d426a3d4a05e409e22baf2405365c48a2f44688279db138c925c3b0ed16c9
Contents?: true
Size: 356 Bytes
Versions: 20
Compression:
Stored size: 356 Bytes
Contents
# Class containing camelCase variable which would normally smell class CamelCase def initialize # These next two would normally smell if it weren't for overridden config values camelCaseVariable = [] anotherOne = 1 # this next one should still smell x1 = 0 # this next one should not smell should_not_smell = true end end
Version data entries
20 entries across 20 versions & 1 rubygems