lib/core/facets/proc/update.rb in facets-2.4.5 vs lib/core/facets/proc/update.rb in facets-2.5.0

- old
+ new

@@ -1,9 +1,9 @@ class Proc # Use a Proc as an observable. # - # CREDIT: Tim Pease + # CREDIT: Tim Pease alias_method :update, :call end