Sha256: 396c48c9d3b1461e726fb5762301d553dd929c39e648eae0fb77b136a19c8e17
Contents?: true
Size: 496 Bytes
Versions: 3
Compression:
Stored size: 496 Bytes
Contents
# TheHelp Changelog # ## 3.3.0 ## * Calling `#stop!` with no arguments in a service definition will now check that a result was set with either `#result.success` or `#result.error` and raise `TheHelp::NoResultError` if no result was set. * You can now call `#stop!` with both a `type:` and `value:` argument. `type:` can be either `:error` (the default) or `:success`, and `value:` can be any object. Calling in this manner will set the service result to the specified type and value.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
the_help-3.3.2 | CHANGELOG.md |
the_help-3.3.1 | CHANGELOG.md |
the_help-3.3.0 | CHANGELOG.md |