# File lib/livejournal/comments-xml.rb, line 58 def initialize(data=nil) @maxid = nil @comments = {} @usermap = {} parse data if data end