You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wrong number of arguments (2 for 1)
/Users/jsmith/.rvm/gems/ruby-1.9.3-p448@myapp/gems/cane-2.6.0/lib/cane/json_formatter.rb:8:in `initialize'
It looks like when output colorization was added in 652c2f8
an options hash parameter was added to the call to initialize the formatter, but it wasn't added to the initializer for JsonFormatter.
Pull Request forthcoming
The text was updated successfully, but these errors were encountered:
wrong number of arguments (2 for 1)
/Users/jsmith/.rvm/gems/ruby-1.9.3-p448@myapp/gems/cane-2.6.0/lib/cane/json_formatter.rb:8:in `initialize'
It looks like when output colorization was added in 652c2f8
an options hash parameter was added to the call to initialize the formatter, but it wasn't added to the initializer for JsonFormatter.
Pull Request forthcoming
The text was updated successfully, but these errors were encountered: