Method: Switch#if_dump
- Defined in:
- lib/netutils/switch.rb
#if_dump ⇒ Object
378 379 380 381 |
# File 'lib/netutils/switch.rb', line 378 def if_dump puts "#{@name}: #{@platform}, #{@time}, #{@ia.to_s}" @ports.each { |p| p.dump(' ') } end |