Class: Hone::Adapters::Fasterer
- Defined in:
- lib/hone/adapters/fasterer.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Hone::Adapters::Base
Instance Method Details
#findings ⇒ Object
8 9 10 11 12 13 14 15 |
# File 'lib/hone/adapters/fasterer.rb', line 8 def findings return [] unless fasterer_available? parse_output(run_fasterer) rescue NotImplementedError => e warn "[Hone::Adapters::Fasterer] #{e.}" [] end |