# File lib/ramaze/contrib/addressable_route.rb, line 44
    def map(from, to)
      @routes[Addressable::Template.new(from)] = to
    end