From 82526594dbf85bf6b8ee6506bc5a55b143ec7b97 Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Tue, 23 Oct 2012 22:22:56 -0600 Subject: [PATCH] Add attr reader for collapse tree --- lib/gollum/wiki.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/gollum/wiki.rb b/lib/gollum/wiki.rb index 26bef0ba..df42d2f2 100644 --- a/lib/gollum/wiki.rb +++ b/lib/gollum/wiki.rb @@ -597,6 +597,9 @@ module Gollum # When false, only valid pages in the git repo are displayed. attr_reader :show_all + # Start with collapsed file view. Default: false + attr_reader :collapse_tree + # Normalize the data. # # data - The String data to be normalized.