Guest User

Untitled

a guest
Feb 19th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #!/usr/bin/env ruby
  2. #
  3. # delete comments for ripper in parse.y
  4. #
  5. str = File.read(ARGV[0])
  6. str.gsub!(%r|/\*%.*?%\*/|m, '')
  7. print str
Add Comment
Please, Sign In to add comment