# File lib/rjb.rb, line 114
def
method_missing
(
name
,
*
args
)
@wrapped
.
__send__
(
name
,
*
args
)
end