Class: HaskellFileHook

Inherits:
Mumukit::Templates::FileHook
  • Object
show all
Defined in:
lib/haskell_file_hook.rb

Direct Known Subclasses

HaskellQueryHook, HaskellTestHook

Instance Method Summary collapse

Instance Method Details

#command_line(filename) ⇒ Object



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

def command_line(filename)
  "runhaskell #{filename}"
end

#tempfile_extensionObject



4
5
6
# File 'lib/haskell_file_hook.rb', line 4

def tempfile_extension
  '.hs'
end