Own-and-Ship / oas_agent

The Own & Ship Ruby agent
2 stars 0 forks source link

Swap `options = {}` to positional arguments #32

Closed caius closed 11 months ago

caius commented 11 months ago

Fixes #27 by swapping us from faking keyword arguments (with hardly any of the upsides) with hashes to just using good old positional arguments.

Also decorated the updated methods with seemingly accurate YARD Docs, although I'm not convinced they really add much yet.