Object
# File lib/http_router/route.rb, line 11 def create_clone(new_router) r = clone r.dest = (begin; dest.clone; rescue; dest; end) r end
# File lib/http_router/route.rb, line 21 def matches_with(var_name) @match_with && @match_with[:"#{var_name}"] end
Generated with the Darkfish Rdoc Generator 2.