Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove versioning mention for TWEAK
IMO it doesn't really belong in a main text, especially mentions of specific compilers.

If anything, this type of stuff should be in a separate document, similar to what perldoc perldelta does.
  • Loading branch information
zoffixznet committed Nov 14, 2016
1 parent 5991c34 commit ba3ed8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/objects.pod6
Expand Up @@ -444,7 +444,7 @@ example above).
After the C<BUILD> methods have been called, methods named C<TWEAK> are
called, if they exist, again with all the named arguments that were passed
to C<new>. (C<TWEAK> is a new feature in v6.d / Rakudo 2016.11)
to C<new>.
Due to the nature of the default behavior of C<BUILDALL> and custom C<BUILD>
submethods, named arguments to the constructor C<new> derived from C<Mu> can
Expand Down

0 comments on commit ba3ed8f

Please sign in to comment.