####0.0 对象简介
Everything is Object
#判断2是否为偶数
2.even?
#判断3是否为奇数
3.odd?
运行结果:
true true
#next method
1.next.next
运行结果:
3
####0.0 对象简介
Everything is Object
#判断2是否为偶数
2.even?
#判断3是否为奇数
3.odd?
运行结果:
true true
#next method
1.next.next
运行结果:
3