Flowdock
input() private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/webrick/cgi.rb, line 186
      def input
        @header_part.eof? ? @body_part : @header_part
      end
Register or log in to add new notes.