Advertisement
Guest User

Untitled

a guest
Jan 9th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. #
  2. #
  3. # Stores general configuration directories
  4. module ALConfig
  5.  
  6. #Returns Shared Temp Directory
  7. def shared_tmpdir()
  8. return "~/shared_files/tmp/"
  9. end
  10. end
  11.  
  12. #TODO Remove Function
  13. def tmpdir()
  14. ALConfig.shared_tmpdir()
  15. end
  16.  
  17.  
  18. /global/home/seramage/arrowspace/altuning/scripts/alconfig.rb:14:in `tmpdir': undefined method `shared_tmpdir' for ALConfig:Module (NoMethodError)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement