# File lib/gruff/base.rb, line 907 def render_solid_background(color) Image.new(@columns, @rows) { self.background_color = color } end