Method: DayBooks::Book.empty_all

Defined in:
lib/book.rb

.empty_allObject



26
27
28
29
# File 'lib/book.rb', line 26

def self.empty_all
  @@all.clear
  @@all_titles.clear
end