# File lib/fssm.rb, line 53
      def const_missing(symbol)
        symbol == :Default ? set_backend(symbol, FSSM::Support.backend) : super
      end