Hatena::Grouprubyist

effective ruby このページをアンテナに追加 RSSフィード

2009-02-25簡易irb このエントリーを含むブックマーク

b = binding
while code = gets
  p eval(code, b)
end