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
| damian@suzette:~ | |
| $ brew update | |
| Already up-to-date. | |
| damian@suzette:~ | |
| $ brew --config | |
| HOMEBREW_VERSION: 0.9.5 | |
| ORIGIN: https://github.com/Homebrew/homebrew | |
| HEAD: a172800b0fa4b1c05fbc1eea6c3668c3f0b0b268 | |
| HOMEBREW_PREFIX: /usr/local |
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
| admin@hudson:~ | |
| $ brew update | |
| Updated Homebrew from 91d3c769 to 2c410607. | |
| ==> Updated Formulae | |
| dart | |
| admin@hudson:~ | |
| $ brew --config | |
| HOMEBREW_VERSION: 0.9.5 | |
| ORIGIN: https://github.com/Homebrew/homebrew | |
| HEAD: 2c410607ce3afade28c23c876a519e2d2a41aa1e |
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
| admin@hudson:~ | |
| $ brew update | |
| Already up-to-date. | |
| admin@hudson:~ | |
| $ brew --config | |
| HOMEBREW_VERSION: 0.9.5 | |
| ORIGIN: https://github.com/Homebrew/homebrew | |
| HEAD: 91d3c76973c412d15d813f4aa0d5925847eed444 | |
| HOMEBREW_PREFIX: /usr/local |
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
| class Bottles | |
| @@bottles = { | |
| 0 => 'no more bottles', | |
| 1 => '1 bottle', | |
| 2 => '{n} bottles' | |
| } | |
| @@actions = { | |
| 0 => 'Go to the store and buy some more', |