
Ruby
文章平均质量分 93
naive_1010
这个作者很懒,什么都没留下…
展开
-
Accessing Ruby Environment Variables
Environment variables are variables passed to programs by the command line or the graphical shell. Though there are a number of environment variables that only affect the command line or gr...原创 2011-10-09 12:32:34 · 85 阅读 · 0 评论 -
Accessing Ruby Environment Variables
#print some environment variables puts ENV["PATH"] puts ENV["EDITOR"]原创 2011-10-09 12:32:45 · 70 阅读 · 0 评论 -
How to use Ruby to access Envrionment variables
http://www.tutorialspoint.com/ruby/ruby_environment_variables.htm How to use Ruby to access Envrionment variables?原创 2011-10-09 12:42:01 · 115 阅读 · 0 评论 -
[转]Ruby Best practice
If you’ve worked with Ruby for at least a little while, you might already know that classes in Ruby are objects themselves, in particular, instances of Class. Before I get into the fun stuff, let’s q...原创 2013-04-29 16:33:37 · 155 阅读 · 0 评论