Skip to content

Commit e4a56a2

Browse files
committed
Fixing docs
1 parent cdbfc34 commit e4a56a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/squib/api/save.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ def save_png(opts = {})
5757
# @option opts [:left, :right] face (:left) which direction the cards face. Anything but `:right` will face left
5858
# @option opts [String] dir (_output) the directory for the output to be sent to. Will be created if it doesn't exist.
5959
# @option opts [String] file ('showcase.png') the file to save in dir. Will be overwritten.
60+
# @return [nil] Returns nothing.
61+
# @api public
6062
def showcase(opts = {})
6163
opts = {file: 'showcase.png', fill_color: :white}.merge(opts)
6264
opts = needs(opts,[:range, :trim, :trim_radius, :creatable_dir, :file_to_save, :face])

0 commit comments

Comments
 (0)