solargraph
https://github.com/castwide/solargraph
Ruby
A Ruby language server.
Solargraph::TypeChecker::Rules#require_all_return_types_match_inferred?
No Docs, write some!
Edit
git clone git@github.com:castwide/solargraph.git
cd solargraph
open lib/solargraph/type_checker/rules.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Solargraph--TypeChecker--Rules-require_all_return_types_match_inferred--for-pr
# Commit to gitgit add lib/solargraph/type_checker/rules.rbgit commit -m "better docs for Solargraph::TypeChecker::Rules#require_all_return_types_match_inferred?"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Solargraph--TypeChecker--Rules-require_all_return_types_match_inferred--for-pr
hub pull-request
# Celebrate!