Microsoft
Software
Hardware
Network
Question : Conditional Operator
Hi, is there a conditional operator in Ruby like the ? in C/C#, ie
x = y == nil ? 0 : 1
I know you can do
x = if (y == nil) then 0 else 1 end
Just wondering if the more compact is possible in Ruby.
Thanks!
Answer : Conditional Operator
you can use the ? in ruby as in C
x = y == nil ? 0 : 1
will work
Random Solutions
IIF Condition statement
XP - Mup.sys
In correct OAB been displayed
PowerShell Verify if Paramater Substring is Between A and Z
I have a shared folder that has a setup.exe. I want to record on all installations. Its a open read only share. How can i have a record.
convert date(text) to Fiscal year and fiscal year period.
integration of drivers in windows deployment services
Lost Partition due to Partition Magic
Reference problem with C# addin and Excel 2003
What is the fastest software to burn multiple VCD to DVD ?