# File lib/specinfra/command/linux/base/bond.rb, line 7 def check_has_interface(name, interface) "grep -o 'Slave Interface: #{interface}' /proc/net/bonding/#{name}" end