Project

General

Profile

« Previous | Next » 

Revision caddd027

Added by st0012 (Stan Lo) over 2 years ago

[ruby/irb] Move input line mutation out of Context#evaluate
(https://github.com/ruby/irb/pull/615)

This makes sure Context#evaluate really just evaluates the input.
It will also make #575's implementation cleaner.