- [1-4] You Don't Know Jack 2015
- [2-8] Fibbage XL
- [3-8 (200)] Drawful
- [2-8 (200)] Word Spud
- [1-100] Lie Swatter
- [2-8 (200)] Fibbage 2
- [2-8 (200)] Earwax
- [2-8 (200)] Bidiots
| class Pry | |
| class Prompt | |
| SEPARATOR = "\ue0b0".freeze | |
| def self.powerline_prompt(obj, nest_level, pry, wait) | |
| [ | |
| Pry::Helpers::Text.cyan(" #{pry.input_array.size} "), | |
| Pry::Helpers::Text.black_on_blue(SEPARATOR), | |
| Pry::Helpers::Text.black_on_blue(" #{Pry.config.prompt_name} "), | |
| Pry::Helpers::Text.blue_on_green(SEPARATOR), |
| // Example usage: | |
| // Number(5).hundred() // => 500 | |
| // Number(3).billion() // => 3000000000 | |
| [ | |
| ['hundred', 1e2], | |
| ['thousand', 1e3], | |
| ['million', 1e6], | |
| ['billion', 1e9], | |
| ['trillion', 1e12], | |
| ['quadrillion', 1e15], |