I was able to customize the prompt for Pry with the Pry.config.prompt
setting in ~/.pryrc in order to make Pry simpler for kids. Now I want to get rid of the return output:
Enter Ruby code> puts 'hello'
hello
=> nil
Enter Ruby code>
The => nil
is confusing for a kid just learning to program. Can I suppress the return value output in Pry?