Sha256: 827ffcba1a48a3203399cd60fb29416902811f95796cd7316107a07e7f8d828d
Contents?: true
Size: 297 Bytes
Versions: 77
Compression:
Stored size: 297 Bytes
Contents
class Specinfra::Command::Base::RoutingTable < Specinfra::Command::Base class << self def check_has_entry(destination) if destination == "default" destination = "0.0.0.0/0" end "ip route show #{destination}" end alias :get_entry :check_has_entry end end
Version data entries
77 entries across 77 versions & 1 rubygems