Class: String
- Inherits:
-
Object
- Object
- String
- Includes:
- GitSprint::CaptureOutput
- Defined in:
- lib/git-sprint/cli.rb
Instance Method Summary collapse
Methods included from GitSprint::CaptureOutput
Instance Method Details
#rainbow ⇒ Object
10 11 12 13 14 15 16 |
# File 'lib/git-sprint/cli.rb', line 10 def rainbow capture_std_out do lolcat_opts = {spread: 3, freq: 0.1} Lol.instance_eval { @os = rand * 8192 } Lol.println self, lolcat_opts end end |