mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Fix typo in toplevel_binding invocation
This commit is contained in:
parent
bb51a6108c
commit
ad999c40dd
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ end.process_options do |opts|
|
|||
Pry.initial_session_setup
|
||||
context = Pry.binding_for(eval(opts[:context]))
|
||||
else
|
||||
context = Pry.top_level_binding
|
||||
context = Pry.toplevel_binding
|
||||
end
|
||||
|
||||
if Pry::CLI.input_args.any? && Pry::CLI.input_args != ["pry"]
|
||||
|
|
Loading…
Reference in a new issue