Flowdock
body_stream=(input) public

No documentation

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

Hide source
# File lib/net/http.rb, line 1516
    def body_stream=(input)
      @body = nil
      @body_stream = input
      input
    end
Register or log in to add new notes.