Sha256: c87691d1c7c90d84468c0e025bf369f7c6640f43aecb2a173806cbd4df9c2293
Contents?: true
Size: 208 Bytes
Versions: 1
Compression:
Stored size: 208 Bytes
Contents
require_relative "../race_finder.rb" require 'pry' class RaceFinder::Race attr_accessor :title, :location, :date, :url @@all = [] def initialize @@all << self end def self.all @@all end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
race_finder-0.1.0 | lib/race_finder/races.rb |