hanami

https://github.com/hanami/hanami

Ruby

The web, with simplicity.

Hanami::Configuration::Logger#instance

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd hanami

open lib/hanami/configuration/logger.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Hanami--Configuration--Logger-instance-for-pr


# Commit to git

git add lib/hanami/configuration/logger.rbgit commit -m "better docs for Hanami::Configuration::Logger#instance"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-Hanami--Configuration--Logger-instance-for-pr

hub pull-request


# Celebrate!