Yt::Support provides common functionality to all Yt gems. It is considered suitable for internal use only at this time.
The source code is available on GitHub and the documentation on RubyDoc.
Yt::Support provides:
Contribute to the code by forking the project, adding the missing code, writing the appropriate tests and submitting a pull request.
In order for a PR to be approved, all the tests need to pass and all the public methods need to be documented and listed in the guides. Remember:
- to run all tests locally:
bundle exec rspec
- to generate the docs locally:
bundle exec yard
- to list undocumented methods:
bundle exec yard stats --list-undoc