class TopTen::Top

Attributes

description[RW]
name[RW]

Public Class Methods

all() click to toggle source
# File lib/top_ten/top.rb, line 5
def self.all
    @@all
end

Public Instance Methods

save() click to toggle source
# File lib/top_ten/top.rb, line 9
def save
    @@all << self
end