# File lib/puppet/rails/resource.rb, line 50 50: def file 51: if f = self.source_file 52: return f.filename 53: else 54: return nil 55: end 56: end