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

excluded_from_list?

        # Rake::FileList.excluded_from_list?

(from gem rake-13.0.6)
### Implementation from FileList
---
    excluded_from_list?(fn)

---

Should the given file name be excluded from the list?

NOTE: This method was formerly named "exclude?", but Rails introduced an
exclude? method as an array method and setup a conflict with file list.
We renamed the method to avoid confusion. If you were using
"FileList#exclude?" in your user code, you will need to update.



      

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.