Module: Taka::DOM::HTML::PreElement

Defined in:
lib/taka/dom/html/pre_element.rb

Instance Method Summary collapse

Instance Method Details

#widthObject



5
6
7
# File 'lib/taka/dom/html/pre_element.rb', line 5

def width
  self['width'] && self['width'].to_i
end