# File lib/action_controller/rewindable_input.rb, line 4 def initialize(io) @io = io @rewindable = io.is_a?(::StringIO) end