Skip to content

Instantly share code, notes, and snippets.

@campanalbero
Last active December 23, 2015 17:59
Show Gist options
  • Save campanalbero/6672887 to your computer and use it in GitHub Desktop.
Save campanalbero/6672887 to your computer and use it in GitHub Desktop.
カレントフォルダの全JPGファイルをコンソールに表示
Dir.glob('*.JPG') do |f|
puts f
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment