Class: Jib::Runner

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

Instance Method Summary collapse

Instance Method Details

#runObject



33
34
35
# File 'lib/jib.rb', line 33

def run
  Kernel.system("phantomjs #{path_to_runner_script} #{path_to_document}")
end