单例方法是仅在一个实例上定义的方法.
foo = Foo.new def foo.case #singleton method end
不会instance_eval做同样的事情?为特定实例定义方法?有什么不同?
instance_eval