# File lib/piston/commands/diff.rb, line 35 def run_diff(dir1, dir2) `diff -urN --exclude=.svn #{dir1} #{dir2}` end