1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/doc/syntax
Jeremy Evans fa87f72e1e Add pattern matching pin support for instance/class/global variables
Pin matching for local variables and constants is already supported,
and it is fairly simple to add support for these variable types.

Note that pin matching for method calls is still not supported
without wrapping in parentheses (pin expressions).  I think that's
for the best as method calls are far more complex (arguments/blocks).

Implements [Feature #17724]
2021-07-15 09:56:02 -07:00
..
assignment.rdoc [DOC] DOT is not a part of a receiver [ci skip] 2019-09-20 16:43:39 +09:00
calling_methods.rdoc [ci skip] Rdoc enhancements for Array (#3063) 2020-05-15 14:12:40 -07:00
comments.rdoc [Doc] Fix multiple Magic Comments example 2021-03-13 15:44:34 +09:00
control_expressions.rdoc Add pattern matching documentation 2020-02-24 00:28:13 +09:00
exceptions.rdoc Fix typos of previous docs PR 2019-12-23 08:36:58 +09:00
literals.rdoc Remove extra word in heredoc documentation 2021-05-20 12:24:41 -07:00
methods.rdoc Update keyword argument description in method syntax guide 2021-05-11 15:45:52 -07:00
miscellaneous.rdoc Document defined? and global_variables handling of regexp global variables [ci skip] 2020-03-06 13:06:49 -08:00
modules_and_classes.rdoc Update private visibility explanation 2019-12-22 23:17:39 +09:00
pattern_matching.rdoc Add pattern matching pin support for instance/class/global variables 2021-07-15 09:56:02 -07:00
precedence.rdoc Document the difference between expressions and statements [ci skip] 2019-10-10 13:45:19 -07:00
refinements.rdoc Clarify behavior of super in method in module included in refinement [ci skip] 2020-07-10 15:31:51 -07:00