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(".")
|
||||
for f in dirp
|
||||
case f
|
||||
when /\A\./, /~\z/, /\.o/
|
||||
when /\A\./, /~\z/, /\.o\z/
|
||||
# do not print
|
||||
else
|
||||
print f, "\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user