# File lib/puppet/network/client.rb, line 131 131: def run 132: raise Puppet::DevError, "Client type #{self.class} did not override run" 133: end