Skip to content

Instantly share code, notes, and snippets.

@vargheseraphy
Created January 30, 2015 07:00
Show Gist options
  • Save vargheseraphy/2220db831d89e7bb2fa9 to your computer and use it in GitHub Desktop.
Save vargheseraphy/2220db831d89e7bb2fa9 to your computer and use it in GitHub Desktop.
Dir.glob - File.basename
Dir.glob(“#{dir_path}/*").map{|x| File.basename(x, '.xlsx') }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment