When I put the following line into ~/.pryrc
it doesn't work as expected:
Pry.config.prompt_name = Time.now.to_s
Every prompt is equal to the time that Pry was launched.
How do I update the prompt with the current timestamp, each time the prompt is displayed (after each call)?