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: