Module: Truck::Autoloader::NullModule
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing ⇒ Object
112 113 114 115 116 |
# File 'lib/truck/autoloader.rb', line 112 def method_missing(*) Autoloader.current_autoloader.raise_name_error! ensure Autoloader.unset_current_autoloader end |