Method: DOT::DOTNode#<<

Defined in:
lib/vendor/puppet/external/dot.rb

#<<(thing) ⇒ Object



196
197
198
# File 'lib/vendor/puppet/external/dot.rb', line 196

def << (thing)
  @ports << thing
end