Guest User

Untitled

a guest
Aug 11th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.16 KB | None | 0 0
  1. #!/usr/bin/env ruby
  2.  
  3. # Collapses expanded and indented trigger conditions
  4.  
  5. ARGV.each do|a|
  6.   contents = File.read(a).gsub(/(\r)?\n\s*/, "")
  7.   print contents
  8. end
Add Comment
Please, Sign In to add comment