# File bin/el4r-instance, line 317
    def defvar(name, value=nil, docstring="")
      funcall_internal :defvar, el(name), value, docstring
    end