# File lib/innodb/inode.rb, line 90
def
frag_array_pages
frag_array
.
select
{
|
n
|
!
n
.
nil?
}
end