Libraries
»
openstax_content
(0.1.0)
»
Index
»
OpenStax
»
Content
»
Page
»
#root
Method: OpenStax::Content::Page#root
Defined in:
lib/openstax/content/page.rb
#
root
⇒
Object
87 88 89
# File 'lib/openstax/content/page.rb', line 87
def
root
@root
||=
doc
.
at_css
(
ROOT_CSS
)
end