Registry / testing / reek
library6.5.0rbrubygemsunverified

Reek is a tool that examines Ruby classes, modules and methods and reports any code smells it finds.

gem install reek
INSTALL
IMPORT
SIG · REEK
R
reek
testingrubyv6.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Reek
require 'reek'

Analyze a Ruby source string for code smells

require 'reek' source = "class Foo\n def bar\n puts 'hello'\n end\nend" examiner = Reek::Examiner.new(source) puts examiner.smells.map(&:message)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.5.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
reek — gem install reek · libregistry