Skip to content

Instantly share code, notes, and snippets.

@ajsharp
Created October 13, 2009 04:37
Show Gist options
  • Save ajsharp/208994 to your computer and use it in GitHub Desktop.
Save ajsharp/208994 to your computer and use it in GitHub Desktop.
require File.join(File.dirname(__FILE__), "/load-diff-lcs")
require 'pp'
module Spec
module Expectations
module Differs
unless defined?(Default)
class Default
def initialize(options)
@options = options
end
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment