mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Cleanup horrible hack
This commit is contained in:
parent
e82e826688
commit
2cbd300e88
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class Pry
|
|||
# multiple times per each new session (i.e in debugging)
|
||||
load_rc if Pry.config.should_load_rc
|
||||
load_plugins if Pry.config.plugins.enabled
|
||||
load_history if Pry.config.history.should_load #.instance_variable_get("@table")[:load]
|
||||
load_history if Pry.config.history.should_load
|
||||
|
||||
@initial_session = false
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue