Project

General

Profile

« Previous | Next » 

Revision ce50af21

Added by Paweł Przeniczny almost 6 years ago

Fix the docs for Proc#>>.

The docs are wrong about the behaviour of #>> (looks like it was copied from #<<)
In (prc >> g).call(n) prc is called first (with n), then g is called with the result.

Code examples are OK.