class Firstjob::University

Constants

UNIVERSITIES

Public Class Methods

all() click to toggle source

Poor’s man all

# File lib/firstjob/university.rb, line 6
def self.all
  UNIVERSITIES
end
find(id) click to toggle source

Poor’s man find

# File lib/firstjob/university.rb, line 11
def self.find(id)
  UNIVERSITIES[id]
end