Parent

Methods

TweetStream::Arguments

Attributes

options[R]

Public Class Methods

new(args) click to toggle source
# File lib/tweetstream/arguments.rb, line 5
def initialize(args)
  @options = args.last.is_a?(::Hash) ? args.pop : {}
  super(args)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.