Skip to content

Instantly share code, notes, and snippets.

@serinuntius
Created February 19, 2016 02:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save serinuntius/50d0d0f3c228c7a9a887 to your computer and use it in GitHub Desktop.
Save serinuntius/50d0d0f3c228c7a9a887 to your computer and use it in GitHub Desktop.
こうさん用メモ

###一番シンプル メソッドとかも利用せずに、ただただインスタンス変数を呼び出して計算。

simple.rb

###クラス外メソッドを利用したやつ これがいいかも?シンプルで汎用性もある。 クラス外メソッド

###クラス変数とクラスメソッドを使うやつ 少し複雑!今回のポケモンのケースだと使いやすい クラス変数&クラスメソッド

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment