Module: Isna::Behaviours

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

Instance Method Summary collapse

Instance Method Details



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

def blink
  change_type 5
end

#brightObject



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

def bright
  change_type 1
end

#darkObject



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

def dark
  change_type 2
end


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

def fast_blink
  change_type 6
end

#italicObject



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

def italic
  change_type 3
end

#negativeObject



33
34
35
# File 'lib/isna/behaviours.rb', line 33

def negative
  change_type 7
end

#normalObject



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

def normal
  change_type 0
end

#underlineObject



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

def underline
  change_type 4
end