Libraries
»
netutils
(0.1.2)
»
Index
»
VRFTable
»
VRF
»
#to_s
Method: VRFTable::VRF#to_s
Defined in:
lib/netutils/vrf.rb
#
to_s
⇒
Object
15 16 17
# File 'lib/netutils/vrf.rb', line 15
def
to_s
return
"
#{
@name
}
(
#{
@rd
}
)
"
end