Sha256: 38b23bb227d999afba706221fe71cfb81b437e6bb128ddcc60f3f64690d0ba30
Contents?: true
Size: 288 Bytes
Versions: 17
Compression:
Stored size: 288 Bytes
Contents
module Totter # 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 => Totter::Transport::HTTP } end end
Version data entries
17 entries across 17 versions & 1 rubygems