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