Object 也是一种数据类型,可以有属性,有method. 反之,在Ruby中,每一种数据类型都是Object.如String,Integer,Float,Array,Hash. IN Ruby everything is a object! http://chentianwei-blog.logdown.com/posts/1534325 http://chentianwei-blog.logdown.com/posts/1534244 Class定义Object Class就像是模具板,定…