
Untitled
By: a guest on
May 10th, 2012 | syntax:
None | size: 0.88 KB | hits: 14 | expires: Never
# tree /usr/include/ruby-1.9.*
/usr/include/ruby-1.9.1
|-- ruby
| |-- backward
| | |-- rubyio.h
| | |-- rubysig.h
| | |-- st.h
| | `-- util.h
| |-- defines.h
| |-- digest.h
| |-- dl.h
| |-- encoding.h
| |-- intern.h
| |-- io.h
| |-- missing.h
| |-- oniguruma.h
| |-- re.h
| |-- regex.h
| |-- ruby.h
| |-- st.h
| |-- util.h
| |-- version.h
| `-- vm.h
|-- ruby.h
`-- x86_64-linux
`-- ruby
`-- config.h
/usr/include/ruby-1.9.2
`-- ruby
|-- node.h
|-- revision.h
`-- version.h
5 directories, 24 files
# ls -l /usr/include/ | grep ruby
drwxr-xr-x 2 root root 4096 2010-05-15 00:25 qtruby/
lrwxrwxrwx 1 root root 28 2010-08-19 01:15 ruby -> ruby-1.9.1/x86_64-linux/ruby/
drwxr-xr-x 4 root root 4096 2010-08-18 22:52 ruby-1.9.1/
drwxr-xr-x 3 root root 4096 2010-08-18 22:52 ruby-1.9.2/