Updated by nobu (Nobuyoshi Nakada) over 10 years ago
This causes a segmentation fault on 2.1.1 and 2.1.2, instead of `SystemStackError` SystemStackError ~~~ruby define_method(:foo) { send(:foo) } foo ~~~
Back