Method: DOT::DOTNode#push

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

#push(thing) ⇒ Object



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

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