Libraries
»
cure
(0.4.0)
»
Index
»
String
»
#blink
Method: String#blink
Defined in:
lib/cure/helpers/string.rb
#
blink
⇒
Object
51 52 53
# File 'lib/cure/helpers/string.rb', line 51
def
blink
"
\e[5m
#{
self
}
\e[25m
"
end