Method: Cabird::PrettyText#width

Defined in:
lib/pretty_text.rb

#widthObject

Return the width of the image



100
101
102
103
# File 'lib/pretty_text.rb', line 100

def width
  get_geometry if @width.nil?
  return @width
end