-1

Ternary operator breaks ruby code highlighting when used in expression substitution #{ }

Moritz C. Türck vor 12 Jahren aktualisiert vor 12 Jahren 0
example:
tar_args = "-cp#{options[:compress]?'j':''}f"