Module: Isna::Backgrounds

Included in:
String
Defined in:
lib/isna/backgrounds.rb

Instance Method Summary collapse

Instance Method Details

#blue_backgroundObject



17
18
19
# File 'lib/isna/backgrounds.rb', line 17

def blue_background
  change_background 44
end

#cyan_backgroundObject



25
26
27
# File 'lib/isna/backgrounds.rb', line 25

def cyan_background
  change_background 46
end

#gray_backgroundObject



29
30
31
# File 'lib/isna/backgrounds.rb', line 29

def gray_background
  change_background 47
end

#green_backgroundObject



9
10
11
# File 'lib/isna/backgrounds.rb', line 9

def green_background
  change_background 42
end

#pink_backgroundObject



21
22
23
# File 'lib/isna/backgrounds.rb', line 21

def pink_background
  change_background 45
end

#red_backgroundObject



5
6
7
# File 'lib/isna/backgrounds.rb', line 5

def red_background
  change_background 41
end

#yellow_backgroundObject



13
14
15
# File 'lib/isna/backgrounds.rb', line 13

def yellow_background
  change_background 43
end