Sha256: 65fca51baa5ea7db3111f48d07506da9ccd791268e63871a63a158a8f746081d
Contents?: true
Size: 390 Bytes
Versions: 14
Compression:
Stored size: 390 Bytes
Contents
class Theon def reeks?(reek = true) reek end end # Reek should report # [1]:Theon has no descriptive comment (IrresponsibleModule) # [2]:Theon#reeks? has boolean parameter 'reek' (BooleanParameter) # This comment is below the module because otherwise Reek will interpret this # as a comment describing the module which would thus prevent # IrresponsibleModule from being reported.
Version data entries
14 entries across 14 versions & 1 rubygems