# File lib/puppet/rails/host.rb, line 19
19:     def self.clean(host)
20:         if obj = self.find_by_name(host)
21:             obj.rails_objects.clear
22:             return obj
23:         else
24:             return nil
25:         end
26:     end