ruby--ruby/spec/ruby/language
Kazuhiro NISHIYAMA 0a86679a7b
Fix a typo [ci skip]
2020-05-09 14:22:33 +09:00
..
fixtures Update to ruby/spec@41bf282 2020-02-28 19:07:17 +01:00
predefined
regexp Update to ruby/spec@032ee74 2020-05-03 12:28:29 +02:00
shared
BEGIN_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
END_spec.rb Update to ruby/spec@d419e74 2019-12-27 16:46:08 +01:00
README
alias_spec.rb Update to ruby/spec@f8a2d54 2020-01-28 20:47:48 +01:00
and_spec.rb
array_spec.rb
block_spec.rb Drop support for ruby 2.4 from ruby/spec 2020-04-01 15:36:20 +09:00
break_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
case_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
class_spec.rb Make yield in singleton class definitions in methods a SyntaxError 2020-02-11 12:44:23 -08:00
class_variable_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
comment_spec.rb Update to ruby/spec@f8a2d54 2020-01-28 20:47:48 +01:00
constants_spec.rb Drop support for ruby 2.4 from ruby/spec 2020-04-01 15:36:20 +09:00
def_spec.rb Use FrozenError instead of frozen_error_class 2020-04-01 15:36:20 +09:00
defined_spec.rb Turn class variable warnings into exceptions 2020-04-10 00:29:05 -07:00
delegation_spec.rb Fix a typo 2020-03-07 13:49:28 +09:00
encoding_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
ensure_spec.rb Refined "Drop support for ruby 2.4 from ruby/spec" 2020-04-03 09:44:40 +09:00
execution_spec.rb
file_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
for_spec.rb
hash_spec.rb Update to ruby/spec@032ee74 2020-05-03 12:28:29 +02:00
heredoc_spec.rb
if_spec.rb Revert "Remove warnings of flip-flop deprecation from tests and specs" 2019-08-29 11:10:45 +09:00
lambda_spec.rb Drop support for ruby 2.4 from ruby/spec 2020-04-01 15:36:20 +09:00
line_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
loop_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
magic_comment_spec.rb
match_spec.rb Update to ruby/spec@4eec3dc 2019-11-30 21:26:52 +01:00
metaclass_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
method_spec.rb Endless method definition [Feature #16746] 2020-04-10 18:02:15 +09:00
module_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
next_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
not_spec.rb
numbered_parameters_spec.rb Update to ruby/spec@f8a2d54 2020-01-28 20:47:48 +01:00
numbers_spec.rb Update to ruby/spec@f8a2d54 2020-01-28 20:47:48 +01:00
optional_assignments_spec.rb Update to ruby/spec@e69a14c 2019-09-29 18:01:32 +02:00
or_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
order_spec.rb
pattern_matching_spec.rb Fix a typo [ci skip] 2020-05-09 14:22:33 +09:00
precedence_spec.rb Fixed a comment [ci skip] 2019-08-29 11:23:16 +09:00
predefined_spec.rb Update to ruby/spec@032ee74 2020-05-03 12:28:29 +02:00
private_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
proc_spec.rb
range_spec.rb Update to ruby/spec@f8a2d54 2020-01-28 20:47:48 +01:00
redo_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
regexp_spec.rb Update to ruby/spec@032ee74 2020-05-03 12:28:29 +02:00
rescue_spec.rb Refined "Drop support for ruby 2.4 from ruby/spec" 2020-04-03 09:44:40 +09:00
retry_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
return_spec.rb Refined "Drop support for ruby 2.4 from ruby/spec" 2020-04-03 09:44:40 +09:00
safe_navigator_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
safe_spec.rb Warn on access/modify of $SAFE, and remove effects of modifying $SAFE 2019-11-18 01:00:25 +02:00
send_spec.rb Update to ruby/spec@519df35 2019-09-29 16:03:58 +02:00
singleton_class_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
source_encoding_spec.rb
string_spec.rb Update to ruby/spec@d394dfd 2020-05-02 16:03:14 +02:00
super_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
symbol_spec.rb
throw_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
undef_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
unless_spec.rb
until_spec.rb
variables_spec.rb Update to ruby/spec@032ee74 2020-05-03 12:28:29 +02:00
while_spec.rb
yield_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00

README

There are numerous possible way of categorizing the entities and concepts that
make up a programming language. Ruby has a fairly large number of reserved
words. These words significantly describe major elements of the language,
including flow control constructs like 'for' and 'while', conditional
execution like 'if' and 'unless', exceptional execution control like 'rescue',
etc. There are also literals for the basic "types" like String, Regexp, Array
and Fixnum.

Behavioral specifications describe the behavior of concrete entities. Rather
than using concepts of computation to organize these spec files, we use
entities of the Ruby language. Consider looking at any syntactic element of a
Ruby program. With (almost) no ambiguity, one can identify it as a literal,
reserved word, variable, etc. There is a spec file that corresponds to each
literal construct and most reserved words, with the exceptions noted below.
There are also several files that are more difficult to classify: all
predefined variables, constants, and objects (predefined_spec.rb), the
precedence of all operators (precedence_spec.rb), the behavior of assignment
to variables (variables_spec.rb), the behavior of subprocess execution
(execution_spec.rb), the behavior of the raise method as it impacts the
execution of a Ruby program (raise_spec.rb), and the block entities like
'begin', 'do', ' { ... }' (block_spec.rb).

Several reserved words and other entities are combined with the primary
reserved word or entity to which they are related:

false, true, nil, self              predefined_spec.rb
in                                  for_spec.rb
then, elsif                         if_spec.rb
when                                case_spec.rb
catch                               throw_spec.rb