Sha256: 72f52c24ca1436e0bd0b1f282f9107bc1b277c743f29da8c80794a592066b41a
Contents?: true
Size: 262 Bytes
Versions: 1
Compression:
Stored size: 262 Bytes
Contents
require 'forwardable' module Freyr VERSION = File.open(File.expand_path(File.dirname(__FILE__)+'/../VERSION')).read end %w{service_info service_group service command pinger}.each do |f| require File.expand_path(File.dirname(__FILE__)+"/freyr/#{f}.rb") end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
freyr-0.3.2 | lib/freyr.rb |