# File lib/gruff/base.rb, line 956 def render_transparent_background Image.new(@columns, @rows) do self.background_color = 'transparent' end end