Modules: Non
10 11 12 13 14 15 16
# File 'lib/test_bench/output/controls/device.rb', line 10 def self.example(tty: nil) tty = true if tty.nil? device = Device.example device.tty! if tty device end