Remove superfluous self.
This commit is contained in:
parent
e0d63c8aa9
commit
023476049b
|
|
@ -435,7 +435,7 @@ module Jekyll
|
||||||
private
|
private
|
||||||
def configure_include_paths
|
def configure_include_paths
|
||||||
@includes_load_paths = Array(in_source_dir(config["includes_dir"].to_s))
|
@includes_load_paths = Array(in_source_dir(config["includes_dir"].to_s))
|
||||||
@includes_load_paths << theme.includes_path if self.theme && theme.includes_path
|
@includes_load_paths << theme.includes_path if theme && theme.includes_path
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue