ruby / spec

The Ruby Spec Suite aka ruby/spec
MIT License
600 stars 388 forks source link

Add specs for reserved keywords #1187

Open amomchilov opened 3 months ago

amomchilov commented 3 months ago

Add specifications for all the reserved keywords, documenting which of them can be used as:

  1. local variables
  2. instance variables
  3. global variables
  4. positional parameter names
  5. keyword parameter names
  6. method names