class Specinfra::Command::Base::RoutingTable
Public Class Methods
check_has_entry(destination)
click to toggle source
# File lib/specinfra/command/base/routing_table.rb, line 3 def check_has_entry(destination) "ip route show #{destination} | grep #{destination}" end
Also aliased as: get_entry