lib/constants.rb in markdown_exec-1.8.2 vs lib/constants.rb in markdown_exec-1.8.4

- old
+ new

@@ -12,10 +12,10 @@ class LoadFile Load = true Reuse = false end -LoadFileNextBlock = Struct.new(:load_file, :next_block) +LoadFileLinkState = Struct.new(:load_file, :link_state) class MenuControl Fresh = false Repeat = true end