Class: WhatToWatch::BestMovies
- Inherits:
-
Show
- Object
- Show
- WhatToWatch::BestMovies
- Defined in:
- lib/what_to_watch/best_movies.rb
Constant Summary collapse
- @@all =
[]
Class Method Summary collapse
Class Method Details
.all ⇒ Object
5 6 7 |
# File 'lib/what_to_watch/best_movies.rb', line 5 def self.all @@all end |
.list(hash) ⇒ Object
17 18 19 20 21 22 23 24 |
# File 'lib/what_to_watch/best_movies.rb', line 17 def self.list(hash) puts "" puts "======================" puts " Best Reviewed Movies " puts "======================" puts "" self.print_list(hash) end |
.reset! ⇒ Object
9 10 11 |
# File 'lib/what_to_watch/best_movies.rb', line 9 def self.reset! @@all = [] end |
.section ⇒ Object
13 14 15 |
# File 'lib/what_to_watch/best_movies.rb', line 13 def self.section 3 end |