basyura's blog

あしたになったらほんきだす。

コードを書くテスト

class Test
  def say
    puts "hello"
  end
end