1
0
Fork 0
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:
David Palm 2011-06-09 12:29:38 +02:00
parent e82e826688
commit 2cbd300e88

View file

@ -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