2013-12-09 41 views

回答

3

您可以使用類變量。

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