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