# File lib/ramaze/snippets/ramaze/fiber.rb, line 4
    def self.new(*args)
      instance = super
      instance.state = {}
      instance
    end