Class: Proc
Instance Method Summary collapse
Instance Method Details
#watch! ⇒ Object
120 121 122 123 124 125 |
# File 'lib/volt/reactive/computation.rb', line 120 def watch! Volt::Computation.new(self).run_in do # run self call end end |