Method: Tap::Support::Join#join

Defined in:
lib/tap/support/join.rb

#join(source, targets, &block) ⇒ Object

Creates a join between the source and targets. Must be implemented in subclasses.

Raises:

  • (NotImplementedError)


57
58
59
# File 'lib/tap/support/join.rb', line 57

def join(source, targets, &block)
  raise NotImplementedError
end