【週刊ドットインストール】 アプリにAI機能を組み込むための方法を学べるレッスンをリリース
『AIがコメントしてくれる日記アプリを作ろう』のレッスンをリリースしました
require 'open-uri' class Programmer def add_skil open('http://dotinstall.com/lessons') end end me = Programmer.new me.add_skill