标签:定义 pass 全局 php 变量 include 多次 调用 elf
:for 是关键字, each是方法. for 后面的变量,是全局变量,不仅仅存在于for .. end 这个作用域之内
include ModuleName == use xxx (php)
ClassName.extend(ModuleName)
requrire "file" 不重复加载
load "file.rb" 加载多次
class 可多次定义一个类,更像是个作用域
rake routes puts params.inspect
thin/unicorn/passenger
标签:定义 pass 全局 php 变量 include 多次 调用 elf
原文地址:http://www.cnblogs.com/anjunact/p/6056482.html