Class: Escualo::Plugin::Haskell
- Inherits:
-
Object
- Object
- Escualo::Plugin::Haskell
- Defined in:
- lib/escualo/plugin/haskell.rb
Instance Method Summary collapse
Instance Method Details
#installed?(session, _options) ⇒ Boolean
7 8 9 |
# File 'lib/escualo/plugin/haskell.rb', line 7 def installed?(session, ) session.check? 'ghc --version', 'The Glorious Glasgow Haskell Compilation System' end |