module Rainbow::Ext::String::InstanceMethods
Public Instance Methods
Source
# File lib/rainbow/ext/string.rb, line 14 def background(*color) Rainbow(self).background(*color) end
Source
# File lib/rainbow/ext/string.rb, line 7 def foreground(*color) Rainbow(self).foreground(*color) end
Source
# File lib/rainbow/ext/string.rb, line 34 def underline Rainbow(self).underline end