# File lib/fluid.rb, line 308
  def Fluid.has?(name)
    return true if Var.global?(name)
    @@environment.has?(Var.ensure_symbol(name))
  end