Sha256: 185a41b0f246101c010b435f988d9b2b4a0114f8793a122c5bb9a1c771a46264
Contents?: true
Size: 248 Bytes
Versions: 1
Compression:
Stored size: 248 Bytes
Contents
require 'forwardable' module Freyr VERSION = File.open(File.expand_path(File.dirname(__FILE__)+'/../VERSION')).read end %w{service_info 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.0 | lib/freyr.rb |