Skip to content

Instantly share code, notes, and snippets.

View kognate's full-sized avatar

Joshua Smith kognate

  • Pittsburgh, PA
View GitHub Profile
require 'rubygems'
require 'spec'
class RDingus
def initialize(parent = nil, invocation = nil)
@parent = parent
@invocation = invocation
@invocation_exceptions = InvocationList.new
@invocation_expectations = InvocationList.new
@invocation_expectation_set = InvocationList.new
@kognate
kognate / unix_instruments.sh
Created August 11, 2012 14:14 — forked from jonathanpenn/unix_instruments.sh
Make Instruments play nice with unix by returning > 0 status code if build fails
#!/usr/bin/env bash
#
# Copyright (c) 2012 Jonathan Penn (http://cocoamanifest.net)
# Gist: https://gist.github.com/1402258
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is