We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6590f commit 5027a74Copy full SHA for 5027a74
script/console
@@ -29,7 +29,7 @@ methods = Travis::Console.instance_methods - Object.instance_methods
29
30
if $stdin.tty?
31
require 'pry'
32
- console.pry(quiet: true, prompt: Pry::SIMPLE_PROMPT)
+ console.pry(quiet: true, prompt: Pry::Prompt[:simple])
33
else
34
console.instance_eval $stdin.read
35
end
0 commit comments