Method: Wgit::Document#size

Defined in:
lib/wgit/document.rb

#sizeInteger

Determine the size of this Document's HTML.

Returns:

  • (Integer)

    The total number of @html bytes.



324
325
326
# File 'lib/wgit/document.rb', line 324

def size
  stats[:html]
end