Method: BBLib::SimpleInit::ClassMethods#init_foundation_method

Defined in:
lib/bblib/core/mixins/simple_init.rb

#init_foundation_method(method = nil) ⇒ Object



96
97
98
99
# File 'lib/bblib/core/mixins/simple_init.rb', line 96

def init_foundation_method(method = nil)
  @init_foundation_method = method if method
  @init_foundation_method ||= ancestor_init_foundation_method
end