# File lib/merb-slices/module_mixin.rb, line 172 def public_path_for(type, *segments) File.join(self.public_dir_for(type), *segments) end