Module: Truck::Autoloader::NullModule
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing ⇒ Object
108 109 110 111 112 |
# File 'lib/truck/autoloader.rb', line 108 def method_missing(*) Autoloader.current_autoloader.raise_name_error! ensure Autoloader.set_current_autoloader to: nil end |