Show constructing "blondie" instance in functions doc.

Fix #432.
This commit is contained in:
Bob Nystrom
2017-03-23 21:22:07 -07:00
parent 44a95e65c6
commit b32c445f96

View File

@ -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: