lib/slideshow/config.rb in slideshow-1.1.0.beta8 vs lib/slideshow/config.rb in slideshow-1.1.0
- old
+ new
@@ -7,9 +7,12 @@
@opts = opts
end
attr_reader :logger, :opts
+ def header_level
+ @opts.header_level
+ end
# todo/fix: fix references after this move to here, that is, Config class
# - used in syntax/uv_helper (use config.cache_dir to access?)
def cache_dir
\ No newline at end of file