Method: Tailor::CLI#result
- Defined in:
- lib/tailor/cli.rb
#result ⇒ Hash{String => Array}
Critiques all file sets, then returns the problems found as a result.
61 62 63 64 |
# File 'lib/tailor/cli.rb', line 61 def result @critic.critique(@configuration.file_sets) @critic.problems end |