-
Sean Doyle authored
The introduction of the block argument means that `Object#with` can now accept a `Symbol#to_proc` as the block argument: ```ruby client.with(timeout: 5_000) do |c| c.get("/commits") end ```
Sean Doyle authoredThe introduction of the block argument means that `Object#with` can now accept a `Symbol#to_proc` as the block argument: ```ruby client.with(timeout: 5_000) do |c| c.get("/commits") end ```
Loading