# File lib/serverspec/type/iptables.rb, line 3
    def has_rule?(rule, table, chain)
      @runner.check_iptables_has_rule(rule, table, chain)
    end