Class: Baren::PhantomJs
- Inherits:
-
Object
- Object
- Baren::PhantomJs
- Defined in:
- lib/baren.rb
Class Method Summary collapse
Class Method Details
.path ⇒ Object
13 14 15 |
# File 'lib/baren.rb', line 13 def self.path File.join(File.dirname(__FILE__), '..', 'opt', 'phantomjs', 'bin', 'phantomjs') end |
.pjs2png_path ⇒ Object
17 18 19 |
# File 'lib/baren.rb', line 17 def self.pjs2png_path File.join(File.dirname(__FILE__), '..', 'opt', 'phantomjs', 'pjs2png.js.erb') end |