Method: Restaurant.all

Defined in:
lib/restaurant.rb

.allObject



29
30
31
# File 'lib/restaurant.rb', line 29

def self.all
  @@all
end