# File lib/ramaze/app.rb, line 180 def to(object) return unless mapped = url_map.to(object) [location, mapped].join('/').squeeze('/') end