Skip to content

Instantly share code, notes, and snippets.

@siefca
Created March 11, 2009 20:09
Show Gist options
  • Save siefca/77689 to your computer and use it in GitHub Desktop.
Save siefca/77689 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
module Parser; end
module Parser::PL
class Generic; end
class News < StandardPublication; end
class StandardPublication; end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment