论坛首页 编程语言技术论坛

Ruby for Rails : 颠倒黑白的勘误表,是不是很邪门

浏览 3636 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2006-09-15  
请看勘误表中的这段话, 我怎么觉得是错的, 我认为原来的代码是对的。

Page 349:

In the last code snippet, this:

c = C.new

should be:

c = c.new

However, the reuse of the variable c, while legal, is confusing. A clearer version of the last two lines is:

c_instance = c.new c_instance.some_method
   发表时间:2006-09-22  
sorry, 在349页, 有两段代码,作者说的是第二段,我看的是第一段。

勘误表没有错,我犯晕。 sorry. 特此更正。
0 请登录后投票
论坛首页 编程语言技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics