Sha256: 56949a1cee9fa943c19536a6a4c1188733ec35a149448f96fffe531a5de1a0a8
Contents?: true
Size: 270 Bytes
Versions: 5
Compression:
Stored size: 270 Bytes
Contents
require 'tap/support/join' module Tap module Support # A module of the standard Join classes supported by Tap. module Joins autoload(:SyncMerge, 'tap/support/joins/sync_merge') autoload(:Switch, 'tap/support/joins/switch') end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
tap-0.12.1 | lib/tap/support/joins.rb |
tap-0.12.4 | lib/tap/support/joins.rb |
tap-0.12.2 | lib/tap/support/joins.rb |
tap-0.12.0 | lib/tap/support/joins.rb |
tap-0.12.3 | lib/tap/support/joins.rb |