class Bootcamp
def initialize (name, slogan, student_capacity)
@name = name
@slogan = slogan
@student_capacity = student_capacity
@teachers = Array.new()
@students = Array.new()
@grades = Hash.new{ |hash, key| hash[key] = [] }
end
end
-
Notifications
You must be signed in to change notification settings - Fork 2
Asingerdev/git-practice
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Git Team Workflow Exercise
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published