码迷,mamicode.com
首页 > 其他好文 > 详细

ruby

时间:2016-11-12 14:15:06      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:定义   pass   全局   php   变量   include   多次   调用   elf   

:for 是关键字, each是方法. for 后面的变量,是全局变量,不仅仅存在于for .. end 这个作用域之内

  1. module中的 self.xx方法可以被直接调用
  2. module中的普通方法,需要被某个class include之后, 由对应的class调用

    include ModuleName == use xxx (php)
    ClassName.extend(ModuleName)
    requrire "file" 不重复加载
    load "file.rb"   加载多次

    class 可多次定义一个类,更像是个作用域

rake routes puts params.inspect

thin/unicorn/passenger

ruby

标签:定义   pass   全局   php   变量   include   多次   调用   elf   

原文地址:http://www.cnblogs.com/anjunact/p/6056482.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!