brew/Library/Homebrew/extend/os/bottle_specification.rb
Mike McQuaid 2b737f0423
Split up SoftwareSpec
This came up in the AGM and has bothered me for years: let's actually
split out `software_spec.rb` into one file per class, as is more typical
in Ruby.

This will make these classes easier to find.
2025-02-04 16:27:39 +00:00

5 lines
107 B
Ruby

# typed: strict
# frozen_string_literal: true
require "extend/os/linux/bottle_specification" if OS.linux?