Sha256: 1a7615de82a6aedfa8061f9ea0d0fe506744f566d343e68ea99826126ee30cf4

Contents?: true

Size: 208 Bytes

Versions: 6

Compression:

Stored size: 208 Bytes

Contents

class Perfume
  attr_reader :perfumed

  def ignoreRubyStyle(oneParameter)
    oneVariable = oneParameter
  end

  def allowNestingIteratorsTwoLevelsDeep
    loop do
      loop do
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rubycritic-0.0.12 test/samples/reek/not_smelly.rb
rubycritic-0.0.11 test/samples/reek/not_smelly.rb
rubycritic-0.0.10 test/samples/reek/not_smelly.rb
rubycritic-0.0.9 test/samples/reek/not_smelly.rb
rubycritic-0.0.8 test/samples/reek/not_smelly.rb
rubycritic-0.0.7 test/samples/reek/not_smelly.rb