# File lib/action_controller/cgi_ext/stdinput.rb, line 8 def self.included(base) base.class_eval do remove_method :stdinput attr_accessor :stdinput end base.alias_method_chain :initialize, :stdinput end