# File lib/core/facets/method/composition.rb, line 51
def
call
(
x
)
@f
.
call
(
*
@g
.
call
(
*
x
))
end