Skip to content

Instantly share code, notes, and snippets.

@deadprogram
Created April 1, 2011 02:31
Show Gist options
  • Select an option

  • Save deadprogram/897641 to your computer and use it in GitHub Desktop.

Select an option

Save deadprogram/897641 to your computer and use it in GitHub Desktop.
class Dang
end
%w{ dang parser }.each do |f|
require File.expand_path(File.dirname(__FILE__) + "/dang/#{f}.rb")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment