n13org/jekyll-kw-stackexchange

View on GitHub
lib/jekyll-kw-stackexchange.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Jekyll
  module KargWare
    module StackExchange
      class Error < StandardError; end
      class Exception < Gem::Exception; end

      # Your code goes here...
    end
  end
end