# File lib/puppet/type.rb, line 635
635:   def flush
636:     self.provider.flush if self.provider and self.provider.respond_to?(:flush)
637:   end