# File lib/cgikit/component.rb, line 114 def can_set_value?( binding_name ) if @declaration_store[binding_name] then true else false end end