Daniel Hanson

Results 3 issues of Daniel Hanson

- Updated **rspec:** command prefix to **atom-rspec:** to follow Atom's convention for displaying keybindings on the Package Settings page ![Package Settings](http://i.imgur.com/c81hjY3.png)

This chapter centers around creating a simple parameter object `recipient` to hold on to `first_name`, `last_name` and `email` but doesn't actually show the implementation for this parameter object. I found...

I created a script to demonstrate this behavior: ``` #!/usr/bin/env ruby begin require "bundler/inline" rescue LoadError => e $stderr.puts "Bundler version 1.10 or later is required. Please update your bundler"...