【週刊ドットインストール】 レッスン制作の進捗、Claude Code on the Webを試してみた
require 'open-uri' class Programmer def add_skil open('http://dotinstall.com/lessons') end end me = Programmer.new me.add_skill