Method: UI.view_full
- Defined in:
- lib/ruby_doc/cli/ui.rb
.view_full ⇒ Object
474 475 476 477 478 |
# File 'lib/ruby_doc/cli/ui.rb', line 474 def self.view_full puts sepB puts "To View Full Documentation Enter".cyan + " full".yellow puts sepB end |