aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/tab.rb
blob: 2cf71c9231f91be1a34ecf36017e77152f0c7498 (plain)
1
2
3
4
5
6
class Tab < OpenStruct
  def build_32_bit?
    odeprecated "Tab.build_32_bit?"
    include?("32-bit")
  end
end