# File lib/cgikit/component.rb, line 124
  def can_set_binding_value?( name )
    has_binding?(name) and Symbol === binding_value(name, false)
  end