Sha256: 3a69b1ffefd407fd16f1aacf79f67117888962f223a0b7d33446d80de5bf2f2c
Contents?: true
Size: 227 Bytes
Versions: 1
Compression:
Stored size: 227 Bytes
Contents
require "libmagellan/version" module Libmagellan autoload :Base, "libmagellan/base" class << self def new(*args, &block) Base.new(*args, &block) end end class InvalidResponse < StandardError end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
libmagellan-0.1.0 | lib/libmagellan.rb |