Class: AcpcTableManager::NilDefaultConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/acpc_table_manager/config.rb

Direct Known Subclasses

Config, ExhibitionConfig

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(sym, *args, &block) ⇒ Object



17
18
19
# File 'lib/acpc_table_manager/config.rb', line 17

def method_missing(sym, *args, &block)
  if respond_to?(sym) then super(sym, *args, &block) else nil end
end