module Workin

Constants

HOMEPAGE
VERSION

Public Class Methods

files() click to toggle source
# File lib/workin.rb, line 12
def self.files
  File.join root, 'lib/files'
end
gem_path() click to toggle source
# File lib/workin.rb, line 40
def self.gem_path
  ENV['GEM_PATH']
end
home() click to toggle source
# File lib/workin.rb, line 20
def self.home
  ENV['HOME']
end
host() click to toggle source
# File lib/workin.rb, line 16
def self.host
  Socket.gethostname
end
ldap_pass() click to toggle source
# File lib/workin.rb, line 32
def self.ldap_pass
  ENV['ldap_pass']
end
ldap_user() click to toggle source
# File lib/workin.rb, line 36
def self.ldap_user
  ENV['ldap_user']
end
pwd() click to toggle source
# File lib/workin.rb, line 28
def self.pwd
  ENV['PWD']
end
root() click to toggle source
# File lib/workin.rb, line 8
def self.root
  File.dirname __dir__
end
user() click to toggle source
# File lib/workin.rb, line 24
def self.user
  ENV['USER']
end