Method: Haskell.execute

Defined in:
lib/haskell.rb

.executeObject



40
41
42
# File 'lib/haskell.rb', line 40

def execute
  `#{@@sandbox_path}/tmp`.gsub(/\n\z/, '')
end