# File lib/puppet/agent.rb, line 111 111: def sync 112: unless defined?(@sync) and @sync 113: @sync = Sync.new 114: end 115: @sync 116: end