$ command line ruby cheat sheets
Cheat Sheet Title: [ no_spaces_alphanumeric_only ]
Cheat Sheet:%b => Binary integer %c => Single character %d => Decimal integer %e => Decimal integer displayed in exponential form %f => Floating point number %g => Same as %e if exponent is less than -4, %f otherwise %o => Octal integer %s => String %u => Unsigned decimal integer %x => Hexadecimal integer %02d => 0 padded two digits %.02f => round to the hundredths
Your cheat sheet will be editable (fixable) by anyone. Each cheat sheet is essentially a wiki page. It may also be used by millions of people for reference purposes from the comfort of their command line. If this is okay with you, please save.
Advertisement