Array
# 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.