mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
6 lines
No EOL
105 B
Ruby
6 lines
No EOL
105 B
Ruby
module Phantomjs
|
|
# Workaround for vagrant bug.
|
|
def self.path
|
|
'/usr/local/bin/phantomjs'
|
|
end
|
|
end |