Module: Isna::Behaviours

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

Instance Method Summary collapse

Instance Method Details



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

def blink
  change_type 5
end

#bolderObject



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

def bolder
  change_type 1
end

#brighterObject



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

def brighter
  change_type 7
end

#underlineObject



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

def underline
  change_type 4
end