Skip to content

Instantly share code, notes, and snippets.

View kristinabrown's full-sized avatar
🏠
Working from home

Kristina Brown kristinabrown

🏠
Working from home
  • Stitch Fix
  • Denver, CO
View GitHub Profile

Keybase proof

I hereby claim:

  • I am kristinabrown on github.
  • I am kristinabrown (https://keybase.io/kristinabrown) on keybase.
  • I have a public key whose fingerprint is F2C3 C11F 8FC5 1EE9 4CC6 C355 CDE8 7DD8 CA0A EBA6

To claim this, I am signing this object:

@kristinabrown
kristinabrown / chisel.rb
Created February 20, 2015 00:05
chisel up through level 2
require 'pry'
class Chisel
attr_accessor :paragraph, :header, :stars
def initialize
@stars = 0
end
def parse(text)
stars?(text)