CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Member predicate Routing::Route::getACapture

Get a URL capture. This is a wildcard URL segment whose value is placed in params. For example, in

get "/foo/:bar/baz", to: "users#index"

the capture is :bar.

string getACapture()