Classes: GPIO, Test
6 7 8 9 10 11 12 13
# File 'lib/brewby/outputs.rb', line 6 def self.adapter_class adapter case adapter when :test Brewby::Outputs::Test else Brewby::Outputs::GPIO end end