# File lib/ramaze/snippets/ramaze/fiber.rb, line 16
    def []=(key, value)
      @state[key] = value
    end