Skip to content

Instantly share code, notes, and snippets.

@RachelSa
Last active December 5, 2016 01:59
Show Gist options
  • Save RachelSa/45806003efa7c7c5d76749bee8ff42c9 to your computer and use it in GitHub Desktop.
Save RachelSa/45806003efa7c7c5d76749bee8ff42c9 to your computer and use it in GitHub Desktop.
Dir.entires
def image_list(file_path)
puts Dir.entries(file_path)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment