From 2af43c6d4b0208133bf29d4331b277543365de58 Mon Sep 17 00:00:00 2001 From: zzak Date: Mon, 17 Feb 2014 06:46:17 +0000 Subject: * doc/keywords.rdoc: [DOC] Add keywords doc by documenting-ruby/ruby#29 https://github.com/documenting-ruby/ruby/pull/29 [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/keywords.rdoc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/keywords.rdoc (limited to 'doc/keywords.rdoc') diff --git a/doc/keywords.rdoc b/doc/keywords.rdoc new file mode 100644 index 0000000000..56300a8426 --- /dev/null +++ b/doc/keywords.rdoc @@ -0,0 +1,7 @@ +== Keywords + +The following keywords are available in Ruby. + + __ENCODING__ __LINE__ __FILE__ BEGIN END alias and begin break case class def + defined? do else elsif end ensure false for if in module next nil not or redo + rescue retry return self super then true undef unless until when while yield -- cgit v1.2.3