About Elle Suzuki
A test gem, DO NOT USE.
Add this line to your application's Gemfile:
gem 'about-suzuki', :github: 'ellesuzuki/about-suzuki'
And then execute:
$ bundle
suzuki = Suzuki.new
puts "The author's name is #{suzuki.name}."
puts
puts "Her favorite color is #{suzuki.fave_color}, while her favorite food is #{suzuki.fave_food}."
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request