Module: Isna::Backgrounds
- Included in:
- String
- Defined in:
- lib/isna/backgrounds.rb
Instance Method Summary collapse
- #black_background ⇒ Object
- #blue_background ⇒ Object
- #cyan_background ⇒ Object
- #green_background ⇒ Object
- #pink_background ⇒ Object
- #red_background ⇒ Object
- #white_background ⇒ Object
- #yellow_background ⇒ Object
Instance Method Details
#black_background ⇒ Object
5 6 7 |
# File 'lib/isna/backgrounds.rb', line 5 def black_background change_background 40 end |
#blue_background ⇒ Object
21 22 23 |
# File 'lib/isna/backgrounds.rb', line 21 def blue_background change_background 44 end |
#cyan_background ⇒ Object
29 30 31 |
# File 'lib/isna/backgrounds.rb', line 29 def cyan_background change_background 46 end |
#green_background ⇒ Object
13 14 15 |
# File 'lib/isna/backgrounds.rb', line 13 def green_background change_background 42 end |
#pink_background ⇒ Object
25 26 27 |
# File 'lib/isna/backgrounds.rb', line 25 def pink_background change_background 45 end |
#red_background ⇒ Object
9 10 11 |
# File 'lib/isna/backgrounds.rb', line 9 def red_background change_background 41 end |
#white_background ⇒ Object
33 34 35 |
# File 'lib/isna/backgrounds.rb', line 33 def white_background change_background 47 end |
#yellow_background ⇒ Object
17 18 19 |
# File 'lib/isna/backgrounds.rb', line 17 def yellow_background change_background 43 end |