module StimulusReflex::TestReflexPatches

Public Instance Methods

cable_ready() click to toggle source
# File lib/stimulus_reflex/test_reflex_patches.rb, line 10
def cable_ready
  @cable_ready ||= FableReady.new
end
get(instance_variable) click to toggle source
# File lib/stimulus_reflex/test_reflex_patches.rb, line 2
def get(instance_variable)
  instance_variable_get("@#{instance_variable}")
end
run(method_name, *args) click to toggle source
# File lib/stimulus_reflex/test_reflex_patches.rb, line 6
def run(method_name, *args)
  process(method_name, *args)
end