Method: CLI#display_instructions

Defined in:
lib/cli.rb

#display_instructions(page_num) ⇒ Object



85
86
87
88
# File 'lib/cli.rb', line 85

def display_instructions(page_num)
  puts "You are on page #{page_num}. Type 'next' or 'back' to navigate between pages. Type the number of an article to view its details."
  puts ""
end