Class: Twterm::Image::Bold

Inherits:
Attr show all
Defined in:
lib/twterm/image/bold.rb

Instance Method Summary collapse

Methods inherited from Attr

#height, #initialize, #render, #width

Methods inherited from Twterm::Image

#!, #-, #_, #at, blank_line, #bold, #brackets, checkbox, #color, #column, cursor, #dim, empty, #initialize, #line, number, #parens, plural, remaining_resource, string, toggle_switch, #underlined, whitespace, #|

Constructor Details

This class inherits a constructor from Twterm::Image::Attr

Instance Method Details

#to_sObject



6
7
8
# File 'lib/twterm/image/bold.rb', line 6

def to_s
  "\e[1m#{image}\e[0m"
end