1 2 3 4 5 6 7 8 9
class BuildOptions def build_32_bit? odisabled "build.build_32_bit?" end def build_bottle? odisabled "build.build_bottle?", "build.bottle?" end end