# File lib/yamler/template.rb, line 31 def render(b = binding) res = ERB.new(File.read(self.path)).result(b) res end