ensure that the Singleton pattern is properly inherited
# File singleton.rb, line 137 def inherited(sub_klass) super Singleton.__init__(sub_klass) end
<code/>
<pre/>
<code/>and<pre/>for code samples.