Class: Preek::CLI
- Inherits:
-
Thor
- Object
- Thor
- Preek::CLI
- Extended by:
- DefaultCommand
- Includes:
- Thor::Actions
- Defined in:
- lib/preek/cli.rb
Overview
whoop whoop
Instance Method Summary collapse
Methods included from DefaultCommand
Instance Method Details
#smell(*files) ⇒ Object
35 36 37 |
# File 'lib/preek/cli.rb', line 35 def smell(*files) Examiner.new(files, excludes, reporter: reporter, output: output).perform end |
#version ⇒ Object
13 14 15 |
# File 'lib/preek/cli.rb', line 13 def version(*) say VERSION end |