mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
move input_history.rb to history.rb
This commit is contained in:
parent
a1a7cdc03d
commit
1c05331873
2 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ end
|
|||
require "pry/version"
|
||||
require "pry/history_array"
|
||||
require "pry/helpers"
|
||||
require "pry/input_history"
|
||||
require "pry/history"
|
||||
require "pry/command_set"
|
||||
require "pry/commands"
|
||||
require "pry/command_context"
|
||||
|
|
Loading…
Reference in a new issue