1
0
Fork 0
mirror of https://github.com/vbatts/persistent-shell-history.git synced 2024-11-22 07:35:38 +00:00
persistent-shell-history/lib/persistent-shell-history.rb
Vincent Batts 789ea644ac -- splitting th loading out to a different step
-- making an abstract history class
-- adding a History marshaller to the oldHistory.
2012-09-20 22:26:27 -04:00

9 lines
160 B
Ruby

require 'persistent-shell-history/version'
require 'persistent-shell-history/history'
module Persistent
module Shell
end
end
# vim: set sts=2 sw=2 et ai: