explain-ruby
explain-ruby copied to clipboard
explain ternary operator
Explain foo ? bar : baz
Ruby2Ruby interprets this as simply "if" and provides no flag if it's a ternary statement.