class LogBook::Store

Public Instance Methods

tree() click to toggle source
Calls superclass method
# File lib/log_book/store.rb, line 12
def tree
  return super if super
  self.tree = LogBook::Tree.new
end