Method: Wukong::DataflowBuilder#linkable_name
- Defined in:
- lib/wukong/dataflow.rb
#linkable_name(direction) ⇒ Object
17 18 19 20 21 22 |
# File 'lib/wukong/dataflow.rb', line 17 def linkable_name(direction) case direction when :in then directed_sort.first when :out then directed_sort.last end end |