Classes, Objects, and Variables(Chapter 3 of Programming Ruby)
摘要:
classCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1classBookInStock2attr_reader:isbn3attr_accessor:price4definitialize(isbn,price)5@isbn=isbn6@pric... 阅读全文
posted @ 2010-06-27 16:44 Ray Z 阅读(158) 评论(0) 推荐(0)