From c79462146bf41e4a2e76599d84a958302e9c7272 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Tue, 22 Jul 2014 16:55:50 -0400 Subject: [PATCH] Documenting how Enumerables play nicely with text --- lib/squib/api/text.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/squib/api/text.rb b/lib/squib/api/text.rb index 9979169..b1dcc68 100644 --- a/lib/squib/api/text.rb +++ b/lib/squib/api/text.rb @@ -15,7 +15,7 @@ module Squib # Unix-like newlines are interpreted even on Windows. See the {file:samples/text-options.rb samples/text.rb} for a lengthy example. # # @param range: the range of cards over which this will be rendered. See {file:API.md#label-Specifying+Ranges Specifying Ranges} - # @param str: the string to be rendered. Must support `#to_s`. + # @param str: the string to be rendered. Must support `#to_s`. If the card responds to `#each`, it's mapped out one at a time across the cards. # @param font: the Font description string, including family, styles, and size. # (e.g. `'Arial bold italic 12'`) # For the official documentation, see the [Pango docs](http://ruby-gnome2.sourceforge.jp/hiki.cgi?Pango%3A%3AFontDescription#style).