class Hash def execute self.each{|k,v| v.execute if v.respond_to?(:execute) } end def to_html [ '' ].join end end