Module: Pico::Autoloader::NullModule

Extended by:
NullModule
Included in:
NullModule
Defined in:
lib/pico/autoloader.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missingObject



108
109
110
111
112
# File 'lib/pico/autoloader.rb', line 108

def method_missing(*)
  Autoloader.current_autoloader.raise_name_error!
ensure
  Autoloader.set_current_autoloader to: nil
end