# File lib/parslet/bytecode/vm.rb, line 72
def
fetch
@program
.
at
(
@ip
).
tap
{
@ip
+=
1
}
end