Method: Bcat::HeadParser#complete?

Defined in:
lib/bcat/html.rb

#complete?Boolean

Truthy once the first displayed character of the body has arrived.

Returns:

  • (Boolean)


27
28
29
# File 'lib/bcat/html.rb', line 27

def complete?
  !@body.nil?
end