ruby

https://github.com/ruby/ruby

Ruby

The Ruby Programming Language

Reline::LineEditor#vi_to_column

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:ruby/ruby.git

cd ruby

open lib/reline/line_editor.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Reline--LineEditor-vi_to_column-for-pr


# Commit to git

git add lib/reline/line_editor.rbgit commit -m "better docs for Reline::LineEditor#vi_to_column"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-Reline--LineEditor-vi_to_column-for-pr

hub pull-request


# Celebrate!