# File rparsec/functors.rb, line 70
def
compose
(
f1
,
f2
)
proc
{
|
*
x
|
f1
.
call
(
f2
.
call
(
*
x
))}
end