# File bin/el4r-instance, line 137
    def to_a
      # subclass must define `to_a_func' method
      @ary ||= instance.__send__(to_a_func, self)
    end