This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

ext

        # Rake::FileList.ext

(from gem rake-13.0.6)
### Implementation from FileList
---
    ext(newext="")

---

Return a new FileList with `String#ext` method applied to each member of
the array.

This method is a shortcut for:

    array.collect { |item| item.ext(newext) }

`ext` is a user added method for the Array class.



      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.