- Make it possible to supply an example object to mimic, with no class.
- Define implicit conversion for to_hash
- Define implicit conversion for to_int
- Replace
::BasicObject
withNaught::BasicObject
- Delegate explicit conversions to nil instead of defining them explicitly
- Add support for (and run tests on) Ruby 1.8, 1.9, 2.0, 2.1, JRuby, and Rubinius
Features:
- New "pebble" mode (Guilherme Carvalho)