class Proc

  # Use a Proc as an observable.
  #
  # CREDIT: Tim Pease

  alias_method :update, :call

end
