2013-12-09 4 views

답변

3

클래스 변수를 사용할 수 있습니다.

class Connection 
    def initialize 
    @@connection ||= # Start connectio 
    end 
end