Module: AePageObjects::DependenciesHook
- Defined in:
- lib/ae_page_objects/core/dependencies_hook.rb
Instance Method Summary collapse
Instance Method Details
#load_missing_constant(from_mod, const_name) ⇒ Object
3 4 5 |
# File 'lib/ae_page_objects/core/dependencies_hook.rb', line 3 def load_missing_constant(from_mod, const_name) Application.from(from_mod).try(:resolve_constant, from_mod, const_name) || super end |