I've got a project that still contains the original alecsammons version of this library.
I discovered recently that it does not support the OPTIONS HTTP method in RAML documents, which I have a use for in this project.
It looks like OPTIONS is still unsupported in the v2.x branch.
The RAML 0.8 spec says that methods must be one of the HTTP methods defined in HTTP 1.1 by RFCs 2616 and 5789.
RFC 2616 defines the OPTIONS method.
Would a PR adding OPTIONS support to the v2.x branch be accepted?