# File lib/serverspec/type/ip6tables.rb, line 4 def has_rule?(rule, table, chain) @runner.check_ip6tables_has_rule(rule, table, chain) end