From e4a56a27c538fe1745107fc66ce48657730a335c Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Mon, 12 Jan 2015 23:07:56 -0500 Subject: [PATCH] Fixing docs --- lib/squib/api/save.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/squib/api/save.rb b/lib/squib/api/save.rb index ab4d955..145637c 100644 --- a/lib/squib/api/save.rb +++ b/lib/squib/api/save.rb @@ -57,6 +57,8 @@ module Squib # @option opts [:left, :right] face (:left) which direction the cards face. Anything but `:right` will face left # @option opts [String] dir (_output) the directory for the output to be sent to. Will be created if it doesn't exist. # @option opts [String] file ('showcase.png') the file to save in dir. Will be overwritten. + # @return [nil] Returns nothing. + # @api public def showcase(opts = {}) opts = {file: 'showcase.png', fill_color: :white}.merge(opts) opts = needs(opts,[:range, :trim, :trim_radius, :creatable_dir, :file_to_save, :face])