# File rparsec/parser_monad.rb, line 8
def
value
v
return
Nil
if
v
.
nil?
ValueParser
.
new
(
v
);
end