LoginSignup
0
0

More than 1 year has passed since last update.

[Ruby] private メソッドのテストするときにまだ send メソッド使ってるの?

Posted at

結論

__send__ メソッド使うのがいいらしいよ。
send だと再定義されたときに困るみたい。

参考

https://docs.ruby-lang.org/ja/latest/method/Object/i/send.html
https://docs.ruby-lang.org/ja/latest/method/BasicObject/i/__send__.html
https://stackoverflow.com/questions/4658269/ruby-send-vs-send

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0