Class: Proc

Inherits:
Object show all
Defined in:
lib/volt/reactive/computation.rb

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