module Print

Defined in:

print.cr

Class Method Summary

Class Method Detail

def self.pluralize(count, singular, plural) #

[View source]
def self.print_books_on_hold(books_on_hold, library_system_name) #

[View source]
def self.print_checked_out_books(books_out, library_system_name) #

[View source]