Merge pull request #2625 from fw42/remove_unnecessary_blank_method
This commit is contained in:
		
						commit
						a776fdabb9
					
				| 
						 | 
					@ -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))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue