Sha256: ad114edc2a00d3b8da140fc0a2d45c3e553df2b549d17b5ce242deeace8baa59
Contents?: true
Size: 286 Bytes
Versions: 23
Compression:
Stored size: 286 Bytes
Contents
module Lapse # Transports are a way for the client to communicate with the API. module Transport Dir[File.expand_path('../transport/*.rb', __FILE__)].each { |f| require f } # Transport adapter map TRANSPORT_MAP = { :http => Lapse::Transport::HTTP } end end
Version data entries
23 entries across 23 versions & 1 rubygems