~
→ ruby -e'obj = BasicObject.new
quote>
quote> def obj.method_missing(m, *args, &block)
quote> send( m, *args, &block )
quote> end
quote>
quote> puts obj.seg'
-e:4:in method_missing': stack level too deep (SystemStackError) from -e:4:in method_missing'
from -e:4:in method_missing' from -e:4:in method_missing'
from -e:4:in method_missing' from -e:4:in method_missing'
from -e:4:in method_missing' from -e:4:in method_missing'
from -e:4:in method_missing' ... 1253 levels... from -e:4:in method_missing'
from -e:4:in method_missing' from -e:4:in method_missing'
from -e:7:in `'