module Wisper::Bubbleable

Constants

VERSION

Public Instance Methods

bubble(*events) click to toggle source
# File lib/wisper/bubbleable.rb, line 8
def bubble(*events)
  Pipeline.new(self, *events)
end