solargraph

https://github.com/castwide/solargraph

Ruby

A Ruby language server.

Gem::Dependency#to_s

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:castwide/solargraph.git

cd solargraph

open rbs/fills/rubygems/0/dependency.rbs

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Gem--Dependency-to_s-for-pr


# Commit to git

git add rbs/fills/rubygems/0/dependency.rbsgit commit -m "better docs for Gem::Dependency#to_s"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Gem--Dependency-to_s-for-pr

hub pull-request


# Celebrate!