Module: StimulusReflex::TestReflexPatches
- Defined in:
- lib/stimulus_reflex/test_reflex_patches.rb
Defined Under Namespace
Classes: FableReady
Instance Method Summary collapse
Instance Method Details
#cable_ready ⇒ Object
10 11 12 |
# File 'lib/stimulus_reflex/test_reflex_patches.rb', line 10 def cable_ready @cable_ready ||= FableReady.new end |
#get(instance_variable) ⇒ Object
2 3 4 |
# File 'lib/stimulus_reflex/test_reflex_patches.rb', line 2 def get(instance_variable) instance_variable_get("@#{instance_variable}") end |
#run(method_name, *args) ⇒ Object
6 7 8 |
# File 'lib/stimulus_reflex/test_reflex_patches.rb', line 6 def run(method_name, *args) process(method_name, *args) end |