Method: RSpecDocumentation::Documentation#page_collection
- Defined in:
- lib/rspec_documentation/documentation.rb
#page_collection ⇒ Object
25 26 27 |
# File 'lib/rspec_documentation/documentation.rb', line 25 def page_collection @page_collection ||= RSpecDocumentation::PageCollection.new(page_paths: page_paths) end |