mirror of
https://github.com/vbatts/persistent-shell-history.git
synced 2024-11-22 07:35:38 +00:00
789ea644ac
-- making an abstract history class -- adding a History marshaller to the oldHistory.
9 lines
160 B
Ruby
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:
|