11 12 13 14 15 16
# File 'lib/doing/plugin_manager.rb', line 11 def plugins @plugins ||= { import: {}, export: {} } end