Method: YARD::Server::Commands::SearchCommand#visible_results
- Defined in:
- lib/yard/server/commands/search_command.rb
#visible_results ⇒ Object
24 25 26 |
# File 'lib/yard/server/commands/search_command.rb', line 24 def visible_results results[0, 10] end |