class Kender::Reek

Public Instance Methods

available?() click to toggle source
# File lib/kender/commands/reek.rb, line 4
def available?
  in_gemfile?('reek')
end
command() click to toggle source
# File lib/kender/commands/reek.rb, line 8
def command
  'bundle exec reek -q .'
end