From 7787035c3f44a0fe3ce413cc37fef14957e49e92 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 28 Oct 2005 17:08:03 +0000 Subject: * 1.8.3 preview1 git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/pstore.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/pstore.rb b/lib/pstore.rb index 3f60b593f..a691ce611 100644 --- a/lib/pstore.rb +++ b/lib/pstore.rb @@ -1,7 +1,7 @@ # = PStore -- Transactional File Storage for Ruby Objects # # pstore.rb - -# by unknown +# originally by matz # documentation by Kev Jackson and James Edward Gray II # # See PStore for documentation. -- cgit