blob: 8aad7e048c43b285b32af9b5b5a30664bd89745c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
The Mmap class implement memory-mapped file objects
* Installation
ruby extconf.rb
make
make install
* Documentation
make rd2
make rdoc
make ri
See mmap.rd, mmap.html
* Tests : if you have rubyunit
make test
* Copying
This extension module is copyrighted free software by Guy Decoux
You can redistribute it and/or modify it under the same term as
Ruby.
Guy Decoux <ts@moulon.inra.fr>
|