Verifies that you can connect to Learn.co via the command line.
Install with:
$ gem install learn-hello
Alternatively, add this line to your application's Gemfile:
gem 'learn-hello'
And then execute:
$ bundle
In your code:
require 'learn_hello'
- Fork it ( https://github.com/flatiron-labs/learn-hello/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request