lib/slideshow/config.rb in slideshow-1.1.0.beta5 vs lib/slideshow/config.rb in slideshow-1.1.0.beta6
- old
+ new
@@ -34,11 +34,10 @@
if File.exists?( props_work_file )
puts "Loading settings from '#{props_work_file}'..."
@props = @props_work = Props.load_file_with_erb( props_work_file, binding(), @props )
end
end
-
-
+
def header( key )
@props.fetch_from_section( 'headers', normalize_key( key ), nil )
end
def markdown_post_processing?( lib )
\ No newline at end of file