class Rufo::FileList

def to_a

Return the internal array object.
def to_a
  resolve
  @items
end