Sha256: 4edb0d25a80eef1f603b6aec6f1a6e4c63e5a00c19637f0aa8ce1ec8a22a2929

Contents?: true

Size: 235 Bytes

Versions: 30

Compression:

Stored size: 235 Bytes

Contents

class Dirty
  # This method smells of :reek:NestedIterators but ignores them
  def awful(x, y, offset = 0, log = false)
    puts @screen.title
    @screen = widgets.map {|w| w.each {|key| key += 3}}
    puts @screen.contents
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
reek-1.3.3 spec/samples/demo/demo.rb
reek-1.3.2 spec/samples/demo/demo.rb
reek-1.3.1 spec/samples/demo/demo.rb
reek-1.3 spec/samples/demo/demo.rb
reek-1.2.13 spec/samples/demo/demo.rb
reek-1.2.12 spec/samples/demo/demo.rb
reek-1.2.11 spec/samples/demo/demo.rb
reek-1.2.10 spec/samples/demo/demo.rb
reek-1.2.9 spec/samples/demo/demo.rb
reek-1.2.8 spec/samples/demo/demo.rb