Method: Resource#html

Defined in:
lib/epubinfo/models/table_of_contents/resource.rb

#htmlObject



101
102
103
# File 'lib/epubinfo/models/table_of_contents/resource.rb', line 101

def html
  @html ||= self.to_a.select {|r| r[:type] =~ /application\/xhtml\+xml/}
end