Sha256: 783fa4c60268c1270c8a50a17f67e29f4602f26f38084778034688b0e25e8b0c
Contents?: true
Size: 272 Bytes
Versions: 346
Compression:
Stored size: 272 Bytes
Contents
class Specinfra::Command::Openbsd::Base::RoutingTable < Specinfra::Command::Base::RoutingTable class << self def check_has_entry(destination) "route -n show -gateway | egrep '^#{destination}' | head -1" end alias :get_entry :check_has_entry end end
Version data entries
346 entries across 346 versions & 3 rubygems