# File lib/action_dispatch/http/upload.rb, line 8 8: def initialize(hash) 9: @original_filename = hash[:filename] 10: @content_type = hash[:type] 11: @headers = hash[:head] 12: @tempfile = hash[:tempfile] 13: raise(ArgumentError, ':tempfile is required') unless @tempfile 14: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.