# File lib/puppet/type/zone.rb, line 234
234:         def ipsplit(str)
235:             interface, address = str.split(':')
236:             return interface, address
237:         end