6 lines
81 B
Ruby
6 lines
81 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
module Jekyll
|
||
|
Generator = Class.new(Plugin)
|
||
|
end
|