Method: Comet::Makefile#execute

Defined in:
lib/comet/makefile.rb

#execute(*args) ⇒ Object



15
16
17
18
19
# File 'lib/comet/makefile.rb', line 15

def execute(*args)
  process_spawn make_command(*args) do |stdin|
    stdin.write contents
  end
end