class ReVIEW::WEBTOCPrinter

Public Class Methods

book_to_string(book) click to toggle source
# File lib/review/webtocprinter.rb, line 9
def self.book_to_string(book)
  ReVIEW::WEBTOCPrinter.new.print_book(book)
end

Public Instance Methods

print_book(book) click to toggle source
print_result(result_array) click to toggle source