【週刊ドットインストール】 AI開発体験会へのお誘い、Ghostty入門をリリース
『Ghostty入門』をリリースしました
【参加費無料!】 『AIを使った開発を体験してみたい!』という方を募集します
require 'open-uri' class Programmer def add_skil open('http://dotinstall.com/lessons') end end me = Programmer.new me.add_skill