bugsnag / bugsnag-api-ruby

BugSnag API toolkit for Ruby
Other
21 stars 15 forks source link

fix(error args): Refactor error methods #19

Closed Cawllec closed 6 years ago

Cawllec commented 6 years ago

Simplify the error/errors methods by combining them with an optional id parameter.

Alias error to errors to preserve original interface.

Fix remove trailing whitespace from several places.