Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道可以使用下划线访问最后一个返回,如下所示:
irb(main):024:0> 5 => 5 irb(main):025:0> a=_ => 5
是否可以以任何方式访问第 n 个先前的返回,而不是命令历史记录?有宝石吗?
试试conf.eval_history。“ irb idea: return value history ” 是它使用的一个例子,可能是我所知道的最接近现成的东西。
conf.eval_history