Merge pull request #2625 from fw42/remove_unnecessary_blank_method

This commit is contained in:
Parker Moore 2014-07-22 17:23:16 -04:00
commit a776fdabb9
1 changed files with 0 additions and 4 deletions

View File

@ -131,10 +131,6 @@ eos
File.exist?(path) && File.realpath(path).start_with?(dir) File.exist?(path) && File.realpath(path).start_with?(dir)
end end
def blank?
false
end
# This method allows to modify the file content by inheriting from the class. # This method allows to modify the file content by inheriting from the class.
def source(file, context) def source(file, context)
File.read(file, file_read_opts(context)) File.read(file, file_read_opts(context))