# File lib/aws/s3/prefixed_collection.rb, line 22 def initialize *args options = args.last.is_a?(Hash) ? args.pop : {} @prefix = options[:prefix] args.push(options) super(*args) end