Method: OpenStax::Content::Page#root

Defined in:
lib/openstax/content/page.rb

#rootObject



87
88
89
# File 'lib/openstax/content/page.rb', line 87

def root
  @root ||= doc.at_css(ROOT_CSS)
end