File Directory Ruby

# You can see what $: contains by default, using irb:
$:.each { |d| puts d }