From b32c445f96b46c5afcea1d538e9afc29121239c3 Mon Sep 17 00:00:00 2001 From: Bob Nystrom Date: Thu, 23 Mar 2017 21:22:07 -0700 Subject: [PATCH] Show constructing "blondie" instance in functions doc. Fix #432. --- doc/site/functions.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/site/functions.markdown b/doc/site/functions.markdown index 65a3d093..e4f5f279 100644 --- a/doc/site/functions.markdown +++ b/doc/site/functions.markdown @@ -39,6 +39,8 @@ could be defined like so: } } + var blondie = Blondie.new() + A method can take other arguments in addition to the block. They appear before the block just like a regular argument list. For example: