-1

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

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