Method: Twterm::Image::Between#width

Defined in:
lib/twterm/image/between.rb

#widthObject



23
24
25
# File 'lib/twterm/image/between.rb', line 23

def width
  [open, image, close].map(&:width).reduce(0, :+)
end