Guest User

Untitled

a guest
Apr 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1.  
  2.  
  3. list = SmartFileList.new("/my/path")
  4.  
  5. list.extensions("aspx", "etc")
  6. list.exclude("obj", "whatever")
  7.  
  8. list.each do |file|
  9. do_whatever(file)
  10. end
Add Comment
Please, Sign In to add comment