Sha256: 00dd7c1fd253ea3f47e1c8e682c7ba2b2234b9af5f76c0458afac5711f1e3d32

Contents?: true

Size: 143 Bytes

Versions: 1

Compression:

Stored size: 143 Bytes

Contents

module TweetStream
  class Callback
    def initialize(client)
      @client = client
    end

    def call(message, &block)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tweetstream-2.6.0 lib/tweetstream/callback.rb