avdi / naught

A toolkit for building Null Object classes in Ruby
MIT License
1.05k stars 53 forks source link

Consider making Object the default base class #5

Closed avdi closed 10 years ago

avdi commented 11 years ago

BasicObject as a default base class may be more confusing than useful.

sferik commented 10 years ago

Closed by https://github.com/avdi/naught/commit/8defad0bf9eb65e33054bf0a6e9c625c87c3e6df.

The new base class is Naught::BasicObject, which implicitly inherits from Object.