ruby

https://github.com/ruby/ruby

Ruby

The Ruby Programming Language

Bundler::FriendlyErrors.serialized_exception_for

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd ruby

open lib/bundler/friendly_errors.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Bundler--FriendlyErrors-serialized_exception_for-for-pr


# Commit to git

git add lib/bundler/friendly_errors.rbgit commit -m "better docs for Bundler::FriendlyErrors.serialized_exception_for"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-Bundler--FriendlyErrors-serialized_exception_for-for-pr

hub pull-request


# Celebrate!