我可以使用Pry.config.prompt
~/.pryrc 中的设置自定义 Pry 的提示,以使 Pry 对孩子们来说更简单。现在我想摆脱返回输出:
Enter Ruby code> puts 'hello'
hello
=> nil
Enter Ruby code>
对于刚刚学习编程的孩子来说,这=> nil
很令人困惑。我可以抑制 Pry 中的返回值输出吗?
我可以使用Pry.config.prompt
~/.pryrc 中的设置自定义 Pry 的提示,以使 Pry 对孩子们来说更简单。现在我想摆脱返回输出:
Enter Ruby code> puts 'hello'
hello
=> nil
Enter Ruby code>
对于刚刚学习编程的孩子来说,这=> nil
很令人困惑。我可以抑制 Pry 中的返回值输出吗?