2011-11-22から1日間の記事一覧

pre記法テスト

#!/usr/bin/env ruby class Foo def bar 'baz' # return baz end end