Skip to content

Commit

Permalink
* doc/keywords.rdoc: [DOC] Add keywords doc by documenting-ruby#29
Browse files Browse the repository at this point in the history
  documenting-ruby#29 [ci skip]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
zzak committed Feb 17, 2014
1 parent 1aebaf7 commit 2af43c6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
Mon Feb 17 15:43:59 2014 Zachary Scott <e@zzak.io>

* doc/keywords.rdoc: [DOC] Add keywords doc by documenting-ruby/ruby#29
https://github.com/documenting-ruby/ruby/pull/29

Mon Feb 17 12:31:31 2014 Koichi Sasada <ko1@atdot.net>

* gc.c (get_envparam_double): fix a warning message.
Expand Down
7 changes: 7 additions & 0 deletions 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

0 comments on commit 2af43c6

Please sign in to comment.