File.expand_path '../../phantomjs', __FILE__
File.expand_path '../../post.js', __FILE__
'0.0.2'
'2016-07-25'
13 14 15 16
# File 'lib/ef-bee-lib.rb', line 13 def self.post(msg) setup Phantomjs.run POST_CMD, msg end
8 9 10 11
# File 'lib/ef-bee-lib.rb', line 8 def self.setup Phantomjs.base_dir = PJS_DIR Phantomjs.path end