Method: Tap::Joins::Switch#selector
- Defined in:
- lib/tap/joins/switch.rb
#selector ⇒ Object
An object responding to call that return the index of the output to that receives the result.
19 20 21 |
# File 'lib/tap/joins/switch.rb', line 19 def selector @selector end |