= private = protected
defined_in?(file)
Return true if at least part of this thing was defined in file
# File lib/rdoc/code_objects.rb, line 286 def defined_in?(file) @in_files.include?(file) end