HOME > Ruby・Rails > Ruby・Rails 【Ruby】文字列を連結してメソッドを実行する(send) 2021年2月17日 sendメソッド number = "1" post.send("content" + number) これで「post」の「content1」メソッドを呼ぶことができます。 Twitter Share Pocket Hatena LINE コピーする -Ruby・Rails