persistent-shell-history/lib/persistent-shell-history.rb

10 lines
160 B
Ruby
Raw Permalink Normal View History

2012-08-24 00:17:36 +00:00
require 'persistent-shell-history/version'
require 'persistent-shell-history/history'
2012-08-23 21:38:33 +00:00
module Persistent
module Shell
end
end
# vim: set sts=2 sw=2 et ai: