You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String interpolations with conditionals have unexpected results.
MIRB
# Should be an empty string
> "#{''unlesstrue}"=>nil# OK
> "#{''unlesstrue}test"=>"test"# Should be a String, not main
> "#{''unlesstrue}test".length(mirb):7: undefinedmethod'length'formain(NoMethodError)
String interpolations with conditionals have unexpected results.
MIRB
IRB
The text was updated successfully, but these errors were encountered: