start 2

start()
Instance Public methods

Opens a TCP connection and HTTP session.

When this method is called with a block, it passes the Net::HTTP object to the block, and closes the TCP connection and HTTP session after the block has been executed.

When called with a block, it returns the return value of the block; otherwise, it returns self.

doc_ruby_on_rails
2015-04-21 00:01:11
Comments
Leave a Comment

Please login to continue.