# directory access # list all files but .*/*~/*.o dirp = Dir.open(".") for f in dirp case f when /\A\./, /~\z/, /\.o\z/ # do not print else print f, "\n" end end dirp.close .org/ruby.git/atom/benchmark/vm_dstr_int.rb?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/benchmark/vm_dstr_int.rb
AgeCommit message (Expand)Author