lib/bird_grinder/tweeter/streaming.rb in birdgrinder-0.1.2.1 vs lib/bird_grinder/tweeter/streaming.rb in birdgrinder-0.1.3.0

- old
+ new

@@ -13,9 +13,12 @@ self.streaming_base_url = "http://stream.twitter.com/" self.api_version = 1 attr_accessor :parent + # Initializes a streaming subclient for a given tweeter + # + # @param [BirdGrinder::Tweeter] parent the parent tweeter which we use to dispatch events. def initialize(parent) @parent = parent logger.debug "Initializing Streaming Support" end \ No newline at end of file