Skip to content

Instantly share code, notes, and snippets.

@ebalcomb
ebalcomb / keybase.md
Created January 20, 2015 22:36
keybase verification

Keybase proof

I hereby claim:

  • I am ebalcomb on github.
  • I am elli (https://keybase.io/elli) on keybase.
  • I have a public key whose fingerprint is F5D9 1DCB A66C 2158 10DF DAF4 C4D6 5856 BB52 6A2F

To claim this, I am signing this object:

# Please write *complete* RSpec tests for each of the following make_maru methods.
# - Each example assumes a different interface to Kitten.new
# - #set_name is an instance method, defined ONLY on the Kitten class
# - #make_maru must *always* return the kitten instance
# Example 1
def make_maru
kitten = Kitten.new
kitten.set_name('Maru')
kitten