2016年7月13日水曜日

[ruby] クラスメソッド

ruby のクラスメソッドはself.をつけて以下のように定義する。

class R
    def self.foo
    end
end

0 件のコメント:

コメントを投稿