Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 10th, 2012  |  syntax: None  |  size: 0.88 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # tree /usr/include/ruby-1.9.*
  2. /usr/include/ruby-1.9.1
  3. |-- ruby
  4. |   |-- backward
  5. |   |   |-- rubyio.h
  6. |   |   |-- rubysig.h
  7. |   |   |-- st.h
  8. |   |   `-- util.h
  9. |   |-- defines.h
  10. |   |-- digest.h
  11. |   |-- dl.h
  12. |   |-- encoding.h
  13. |   |-- intern.h
  14. |   |-- io.h
  15. |   |-- missing.h
  16. |   |-- oniguruma.h
  17. |   |-- re.h
  18. |   |-- regex.h
  19. |   |-- ruby.h
  20. |   |-- st.h
  21. |   |-- util.h
  22. |   |-- version.h
  23. |   `-- vm.h
  24. |-- ruby.h
  25. `-- x86_64-linux
  26.     `-- ruby
  27.         `-- config.h
  28. /usr/include/ruby-1.9.2
  29. `-- ruby
  30.     |-- node.h
  31.     |-- revision.h
  32.     `-- version.h
  33.  
  34. 5 directories, 24 files
  35. # ls -l /usr/include/ | grep ruby
  36. drwxr-xr-x  2 root root   4096 2010-05-15 00:25 qtruby/
  37. lrwxrwxrwx  1 root root     28 2010-08-19 01:15 ruby -> ruby-1.9.1/x86_64-linux/ruby/
  38. drwxr-xr-x  4 root root   4096 2010-08-18 22:52 ruby-1.9.1/
  39. drwxr-xr-x  3 root root   4096 2010-08-18 22:52 ruby-1.9.2/