# File lib/gruff/base.rb, line 492 def to_blob(fileformat='PNG') draw() return @base_image.to_blob do self.format = fileformat end end