0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

railsのappendメソッドって何でしょう?

Posted at

railsで、配列への要素の追加に、いつもappendメソッドを使っていました。

私はpythonあがりのruby初心者です。

そのためか、rails cでタブ補完ができるArray#appendを使っていたのですが
rubyで配列に要素を追加する時は、普通Array#pushを使うということを恥ずかしも最近知りました。。。

rubyの配列にはappendメソッドはないようですが、railsでは使えるようです。

railsのリファレンスを調べましたが、Array#appendについて記載されていないようでした。

Array#appendとArray#pushの違いがよくわからないので、時間のある時にもで調べてみたいと思います。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?