# File lib/feature.rb, line 76
  def self.inactive?(feature)
    !active?(feature)
  end