This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Rails CMS alternatives | |
| ====================== | |
| Note: project activity was checked on 11/26/09. | |
| Active projects: | |
| --------------- | |
| adva-cms | |
| repo: http://github.com/svenfuchs/adva_cms/ | |
| site: http://adva-cms.org/ | |
| Last update: 11/24/09 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ irb | |
| >> i = 2 | |
| => 2 | |
| >> i *= 2 | |
| => 4 | |
| >> (_*_) # use the butt operator | |
| => 16 | |
| >> i = 0 | |
| => 0 | |
| >> (_.._) # plunging neckline |
NewerOlder