Sha256: 00a3aee62ba2e5272b5eeded4975a74a2a85551d1ba9a8312fbf90339d1de59c
Contents?: true
Size: 569 Bytes
Versions: 2
Compression:
Stored size: 569 Bytes
Contents
# Specifications for the CLI Assessment Specs: - [x] Have a CLI for interfacing with the application RubyDictionary::CLI class provides CLI for main menu and RubyDictionary::Klass class adds CLI functionality for detailed view - [x] Pull data from an external source RubyDictionary::Scraper class scrapes several pages of Ruby Documentation - [x] Implement both list and detail views Main menu allows navigation between different Ruby classes and a once a class is selected the user can find more information on any method (thanks to the Findable module).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruby_dictionary-1.0.0 | spec.md |
ruby_dictionary-0.1.0 | spec.md |