README.md in bruv-0.1.0 vs README.md in bruv-0.2.0
- old
+ new
@@ -50,10 +50,10 @@
class MyClass
include Bruv
attributes :type, :category
end
-MyClass.new('tools', 'basic', 'bargain') # => Bruv::BruvArgumentError: Number of arguments exceeds number of instance variables.
+MyClass.new('tools', 'basic', 'bargain') # => Bruv::BruvArgumentError: Number of arguments exceeds number of instance variables for: MyClass
```
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).