# File lib/specinfra/command/linux/base/bridge.rb, line 7 def check_has_interface(name, interface) "brctl show #{name} | grep -o #{interface}" end