Skip to content

Instantly share code, notes, and snippets.

@abhiyerra
Created May 29, 2009 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhiyerra/119844 to your computer and use it in GitHub Desktop.
Save abhiyerra/119844 to your computer and use it in GitHub Desktop.
require 'rexml/document'
REXML::Document.new(open(ARGV[0]).read).write($stdout, 4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment