# File lib/puppet/network/handler/resource.rb, line 115 115: def initialize(hash = {}) 116: if hash[:Local] 117: @local = hash[:Local] 118: else 119: @local = false 120: end 121: end