Rubyのクラスの書き方2019/03/06Ruby簡単なのにいつも忘れるからメモ。マジでメモ。 class User attr_accessor :name, :age def initialize(name, age) @name = name @age = age end endSNS でシェアする