= private = protected
defined_in?(file)
Is part of this thing was defined in file?
# File lib/rdoc/context.rb, line 679 def defined_in?(file) @in_files.include?(file) end