Sha256: 248edc21f14f06572f442951e00bee7dab143f73b92d7f35f593ae206250948b

Contents?: true

Size: 323 Bytes

Versions: 5

Compression:

Stored size: 323 Bytes

Contents

#!/usr/bin/env ruby
#
# Reek examines Ruby source code for smells.
# Visit http://wiki.github.com/kevinrutherford/reek for docs etc.
#
# Author: Kevin Rutherford
#

require File.join(File.dirname(File.dirname(File.expand_path(__FILE__))), 'lib', 'reek', 'cli', 'application')

exit Reek::Cli::Application.new(ARGV).execute

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
reek-1.2.8 bin/reek
reek-1.2.7.3 bin/reek
reek-1.2.7.2 bin/reek
reek-1.2.7.1 bin/reek
reek-1.2.7 bin/reek