Class: LooksForMosml

Inherits:
Object
  • Object
show all
Defined in:
lib/looks_for_mosml.rb

Class Method Summary collapse

Class Method Details

.installed?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/looks_for_mosml.rb', line 8

def self.installed?
  CommandLine.run_command("which mosml > /dev/null")
end