Method: Arrow::InputReferable#share_input
- Defined in:
- lib/arrow/input-referable.rb
#share_input(other) ⇒ Object
24 25 26 27 |
# File 'lib/arrow/input-referable.rb', line 24 def share_input(other) return unless defined?(@input) other.refer_input(@input) end |