module GrosCalin::Driver::ClassMethods

Attributes

id[R]

Public Instance Methods

register(id) click to toggle source
# File lib/gros_calin/driver.rb, line 28
def register(id)
  GrosCalin.drivers[@id = id] = self
end