LoginSignup
0
0

More than 5 years have passed since last update.

railsで使うメソッドについて

Posted at

メソッドは処理をひとまとまりに部品化するものである。

メソッドを使って処理を部品化することで再利用可能になる。

メソッドには、定義と呼び出しがあります。定義とは、メソッドを作ることです。呼び出しとは、メソッドを使うことです。

一度メソッドを定義しておくと、何度でも再利用できます。

メソッドの利点は、再利用できることと、その処理に名前をつけられることがあります。

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