# File lib/feature.rb, line 94
  def self.without(feature)
    raise ArgumentError, "no block given to #{__method__}" unless block_given?

    yield if inactive?(feature)
  end