Method: DOT::DOTNode#push

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

#push(thing) ⇒ Object



188
189
190
# File 'lib/puppet/external/dot.rb', line 188

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