Class: SimCtl::StatusBarOverrides

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/simctl/command/status_bar.rb

Instance Method Summary collapse

Instance Method Details

#to_argsObject



48
49
50
# File 'lib/simctl/command/status_bar.rb', line 48

def to_args
  to_h.map { |k, v| ["--#{k}", v] }.flatten
end