Accurate a sample to show having some ext (#2385)
This commit is contained in:
parent
45454bdb8b
commit
605d2ce9b9
@ -3,7 +3,7 @@
|
|||||||
dirp = Dir.open(".")
|
dirp = Dir.open(".")
|
||||||
for f in dirp
|
for f in dirp
|
||||||
case f
|
case f
|
||||||
when /\A\./, /~\z/, /\.o/
|
when /\A\./, /~\z/, /\.o\z/
|
||||||
# do not print
|
# do not print
|
||||||
else
|
else
|
||||||
print f, "\n"
|
print f, "\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user