# File lib/core/facets/binding/defined.rb, line 7
  def defined?(x)
    eval("defined? #{x}")
  end