class LooksForMosml
Public Class Methods
installed?()
click to toggle source
# File lib/looks_for_mosml.rb, line 8 def self.installed? CommandLine.run_command("which mosml > /dev/null") end
# File lib/looks_for_mosml.rb, line 8 def self.installed? CommandLine.run_command("which mosml > /dev/null") end