class Guard::UI::Config

def device

def device
  # Use strings to work around Thor's indifferent Hash's bug
  fetch("device") || $stderr
end