Method: CodeLabs::Tech#save

Defined in:
lib/code_labs/tech.rb

#saveObject



20
21
22
23
# File 'lib/code_labs/tech.rb', line 20

def save
    @@all << self
    self # return the object not the list
end