Module: Taro::CommonReturns::InheritedCallback

Defined in:
lib/taro/common_returns.rb

Instance Method Summary collapse

Instance Method Details

#inherited(new_class) ⇒ Object



26
27
28
29
# File 'lib/taro/common_returns.rb', line 26

def inherited(new_class)
  Taro::CommonReturns.inherit(self, new_class)
  super
end