Method: DOT::DOTNode#push

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

#push(thing) ⇒ Object



200
201
202
# File 'lib/vendor/puppet/external/dot.rb', line 200

def push (thing)
  @ports.push(thing)
end