# File wm.rb, line 195
def
indices
read
.
grep
(
/^\d+$/
).
map
{
|
s
|
s
.
to_i
}
rescue
[]
end