Rubocop: Style/EmptyLines

This commit is contained in:
Pat Hawks 2016-01-03 17:14:41 -08:00
parent fd8fdd87d3
commit 4c5d77a4b5
5 changed files with 0 additions and 6 deletions

View File

@ -52,7 +52,6 @@ module Jekyll
end
end
def initialize(config)
External.require_with_graceful_fail("redcarpet")
@config = config

View File

@ -37,7 +37,6 @@ module Jekyll
@dir = dir
@name = name
process(name)
read_yaml(File.join(base, dir), name)

View File

@ -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
#

View File

@ -23,7 +23,6 @@ module Jekyll
end
end
def build_index
self.class.lsi ||= begin
lsi = ClassifierReborn::LSI.new(:auto_rebuild => false)

View File

@ -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.