Method: Inspec::Resources::IpTables#to_s

Defined in:
lib/resources/iptables.rb

#to_sObject



66
67
68
# File 'lib/resources/iptables.rb', line 66

def to_s
  format('Iptables %s %s', @table && "table: #{@table}", @chain && "chain: #{@chain}").strip
end