module EfBeeLib

Constants

DATE
PJS_DIR
POST_CMD
VERSION

Public Class Methods

post(msg) click to toggle source
# File lib/ef-bee-lib.rb, line 13
def self.post(msg)
  setup
  Phantomjs.run POST_CMD, msg
end
setup() click to toggle source
# File lib/ef-bee-lib.rb, line 8
def self.setup
  Phantomjs.base_dir = PJS_DIR
  Phantomjs.path
end