class Rake::FileList

def to_ary

Return the internal array object.
def to_ary
  to_a
end