Sha256: 518f5a2fb4bf7a13be0ea331b75b5efc0e101464103d9b4e65d36bafa99705cf

Contents?: true

Size: 424 Bytes

Versions: 7

Compression:

Stored size: 424 Bytes

Contents

require 'tap/support/join'

module Tap
  module Support
    
    # A module of the standard Join classes supported by Tap.
    module Joins
      autoload(:Sequence, 'tap/support/joins/sequence')
      autoload(:Fork, 'tap/support/joins/fork')
      autoload(:Merge, 'tap/support/joins/merge')
      autoload(:SyncMerge, 'tap/support/joins/sync_merge')
      autoload(:Switch, 'tap/support/joins/switch')  
    end
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
bahuvrihi-tap-0.10.8 lib/tap/support/joins.rb
bahuvrihi-tap-0.11.0 lib/tap/support/joins.rb
bahuvrihi-tap-0.11.1 lib/tap/support/joins.rb
bahuvrihi-tap-0.11.2 lib/tap/support/joins.rb
bahuvrihi-tap-0.12.0 lib/tap/support/joins.rb
tap-0.11.1 lib/tap/support/joins.rb
tap-0.11.0 lib/tap/support/joins.rb