summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-17 06:46:17 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-17 06:46:17 +0000
commit2af43c6d4b0208133bf29d4331b277543365de58 (patch)
tree93b8fe091e073254892d98776650d18b465b9563 /doc
parent1aebaf735555068fb82c3d1846166b5afc7af10e (diff)
* 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
Diffstat (limited to 'doc')
-rw-r--r--doc/keywords.rdoc7
1 files changed, 7 insertions, 0 deletions
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