-
Ruby元编程查看全部
-
我们对于Ruby只需学习查看全部
-
do ......end的为block代码块查看全部
-
ruby的基本数据类型;Number,String,Bool,Array,Hash 常量:大写 下划线拼接 变量:小写下划线拼接 class,moudle:骆驼峰法 def:小写开头可以?,=结尾查看全部
-
Ruby的下载并编译 1.# 安装rbenv $git clone git://github.com/sstephenson/rbenv.git ~/.rbenv #使用rbenv的插件,用来编译安装ruby $git clone git://github.com/sstephenson/ruby-bulid.git ~/.rbenv/plugins/ruby-build #使用国内淘宝镜像 $git clone https://github.com/andorchen/rbenv-taobao-mirror.git ~/.rbenv/plugins/rbenv-taobao-mirror查看全部
-
Ubuntu Bash for Windows !查看全部
-
ruby查看全部
-
article/12957查看全部
-
太好了,直接用LINUX查看全部
-
ruby没python流行呢查看全部
-
iauhfaoshfasoifa查看全部
-
1. 方法调用的最外层括号可以省略 2. 函数最后一行默认有return 3. hash处于一个函数最后一个参数的时候大括号可以省略 Apple.create :name => 'apple',:color =>'red' Apple.create({:name => 'aplle',:color =>'red'}) Apple.create name:'apple',color:'red' 4. 调用block Apple.all.map { |apple| apple.name } Apple.all.map (&:name) 5. Module - 不能别new - 不能被include - module 中的 self.xx 方法可以被直接调用(不建议) - module 中的普通方法,需要被某个class include 之后,由对应的class调用查看全部
-
git clone git://github.com/sstephenson/rbenv.git ~/.rbenv git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build git clone https://github.com/andorchen/rbenv-taobao-mirror.git ~/.rbenv/plgins/rbenv-taobao-mirror查看全部
-
v好vuv雨查看全部
-
就晓得就到家查看全部
举报
0/150
提交
取消