Sha256: 0118f24befabd01322a8d5f559b10e4e820f1aa921fc769f5f2c68e890256280
Contents?: true
Size: 238 Bytes
Versions: 1
Compression:
Stored size: 238 Bytes
Contents
# encoding: UTF-8 module ProbeDockProbe VERSION = '0.1.4' class Error < StandardError; end class PayloadError < Error; end end Dir[File.join File.dirname(__FILE__), File.basename(__FILE__, '.*'), '*.rb'].each{ |lib| require lib }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
probedock-ruby-0.1.4 | lib/probe_dock_ruby.rb |