Method: Cautious#extended

Defined in:
lib/cautious.rb

#extended(base) ⇒ Object



150
151
152
153
154
155
# File 'lib/cautious.rb', line 150

def extended(base)
  super
  if @cautious_extended_block
    @cautious_extended_block.call(base)
  end
end