Class: StimulusReflex::TestReflexPatches::FableReady
- Inherits:
-
Object
- Object
- StimulusReflex::TestReflexPatches::FableReady
show all
- Defined in:
- lib/stimulus_reflex/test_reflex_patches.rb
Instance Method Summary
collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing ⇒ Object
19
20
21
|
# File 'lib/stimulus_reflex/test_reflex_patches.rb', line 19
def method_missing(*)
self
end
|
Instance Method Details
#[](key) ⇒ Object
15
16
17
|
# File 'lib/stimulus_reflex/test_reflex_patches.rb', line 15
def [](key)
self
end
|
#respond_to_missing? ⇒ Boolean
23
24
25
|
# File 'lib/stimulus_reflex/test_reflex_patches.rb', line 23
def respond_to_missing?(*)
true
end
|