メソッドの中のクラス定義

さすがにメソッドの中のクラス定義は無理のようでした。

class Rubyco
  def rubyco
    class Rubyco    #=> class definition in method body
    end
  end
end