Rubocop: Style/EmptyLines
This commit is contained in:
parent
fd8fdd87d3
commit
4c5d77a4b5
|
@ -52,7 +52,6 @@ module Jekyll
|
|||
end
|
||||
end
|
||||
|
||||
|
||||
def initialize(config)
|
||||
External.require_with_graceful_fail("redcarpet")
|
||||
@config = config
|
||||
|
|
|
@ -37,7 +37,6 @@ module Jekyll
|
|||
@dir = dir
|
||||
@name = name
|
||||
|
||||
|
||||
process(name)
|
||||
read_yaml(File.join(base, dir), name)
|
||||
|
||||
|
|
|
@ -62,7 +62,6 @@ module Jekyll
|
|||
clear_cache
|
||||
end
|
||||
|
||||
|
||||
# Clear just the cache
|
||||
#
|
||||
# Returns nothing
|
||||
|
@ -70,7 +69,6 @@ module Jekyll
|
|||
@cache = {}
|
||||
end
|
||||
|
||||
|
||||
# Checks if the source has been modified or the
|
||||
# destination is missing
|
||||
#
|
||||
|
|
|
@ -23,7 +23,6 @@ module Jekyll
|
|||
end
|
||||
end
|
||||
|
||||
|
||||
def build_index
|
||||
self.class.lsi ||= begin
|
||||
lsi = ClassifierReborn::LSI.new(:auto_rebuild => false)
|
||||
|
|
|
@ -225,7 +225,6 @@ module Jekyll
|
|||
template
|
||||
end
|
||||
|
||||
|
||||
# Work the same way as Dir.glob but seperating the input into two parts
|
||||
# ('dir' + '/' + 'pattern') to make sure the first part('dir') does not act
|
||||
# as a pattern.
|
||||
|
|
Loading…
Reference in New Issue