Method: WhosDatedWho::Parser#parse

Defined in:
lib/whos_dated_who/parser.rb

#parse(body) ⇒ Object



5
6
7
8
9
10
11
# File 'lib/whos_dated_who/parser.rb', line 5

def parse(body)
  @doc = Nokogiri::HTML(body)
  extract_bio
  extract_current_relationship
  extract_past_relationships
  @result
end