# File lib/fastri/ri_index.rb, line 179
    def all_method_names
      @ri_index.methods_under(self, false, @source_index).map{|meth| meth.full_name}
    end