
ruby
hnhbdss
这个作者很懒,什么都没留下…
展开
-
ruby的mac下使用
利用macports进行软件升级还是很方便的: sudo port install ruby 然后就可以安装ruby的其他包了 gem install builder原创 2012-07-22 10:57:26 · 725 阅读 · 0 评论 -
原型编程 from ruby
function Dog() { this.sit = function () { return "i am sitting"} } var dog = new Dog() // 构建对象,将对象的原型(__proto__)设定为 Dog.prototype, 然后调用Dog函数, 返回新生成的对象, alert (转载 2012-07-29 15:04:40 · 663 阅读 · 0 评论