Sha256: 5119b189bcb8a7eab35e597192e17ef7372cff296b64e8c06731955dc39d9ad5
Contents?: true
Size: 277 Bytes
Versions: 20
Compression:
Stored size: 277 Bytes
Contents
require 'reek/smells/smell_detector' module Reek module Smells class LongYieldList < LongParameterList def self.contexts # :nodoc: [:yield] end def initialize(config) super @action = 'yields' end end end end
Version data entries
20 entries across 20 versions & 3 rubygems