# File lib/puppet/type/zone.rb, line 240 240: def rm(str) 241: interface, ip = ipsplit(str) 242: # Reality seems to disagree with the documentation here; the docs 243: # specify that braces are required, but they're apparently only 244: # required if you're specifying multiple values. 245: "remove net address=#{ip}" 246: end