Sha256: 3dc48fb933cf58c4ce60b39d87746ee8f0b5026e2033a61c8374f47148cf2443

Contents?: true

Size: 185 Bytes

Versions: 25

Compression:

Stored size: 185 Bytes

Contents

require 'artoo/drivers/driver'

module Artoo
  module Drivers
    # The Passthru driver just passes calls along to the parent's connection.
    class Passthru < Driver
    end
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
artoo-0.2.0 lib/artoo/drivers/passthru.rb
artoo-0.1.3 lib/artoo/drivers/passthru.rb
artoo-0.1.2 lib/artoo/drivers/passthru.rb
artoo-0.1.1 lib/artoo/drivers/passthru.rb
artoo-0.1.0 lib/artoo/drivers/passthru.rb