lib/shared.rb in markdown_exec-1.6 vs lib/shared.rb in markdown_exec-1.7

- old
+ new

@@ -14,14 +14,9 @@ DISPLAY_LEVEL_DEBUG = 2 DISPLAY_LEVEL_DUMP = 3 DISPLAY_LEVEL_DEFAULT = DISPLAY_LEVEL_ADMIN DISPLAY_LEVEL_MAX = DISPLAY_LEVEL_DUMP -# @execute_files[ind] = @execute_files[ind] + [block] -EF_STDOUT = 0 -EF_STDERR = 1 -EF_STDIN = 2 - LOCAL_YML = 'menu.yml' MENU_YML = "lib/#{LOCAL_YML}" def menu_from_yaml YAML.load File.open(File.join(File.expand_path(__dir__), LOCAL_YML))