mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/racc/parser.rb: [DOC] Capitalize "Ruby" in documentation
Patch by Dave Worth https://github.com/ruby/ruby/pull/341 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
826df7f233
commit
736a429d6d
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Fri Jul 19 11:27:38 2013 Zachary Scott <e@zzak.io>
|
||||||
|
|
||||||
|
* lib/racc/parser.rb: [DOC] Capitalize "Ruby" in documentation
|
||||||
|
Patch by Dave Worth https://github.com/ruby/ruby/pull/341
|
||||||
|
|
||||||
Fri Jul 19 11:26:28 2013 Zachary Scott <e@zzak.io>
|
Fri Jul 19 11:26:28 2013 Zachary Scott <e@zzak.io>
|
||||||
|
|
||||||
* ext/psych/lib/psych*: [DOC] Capitalize "Ruby" in documentation
|
* ext/psych/lib/psych*: [DOC] Capitalize "Ruby" in documentation
|
||||||
|
|
|
@ -44,7 +44,7 @@ end
|
||||||
# Place logging output in file +filename+.
|
# Place logging output in file +filename+.
|
||||||
# Default log file name is <+filename+>.output.
|
# Default log file name is <+filename+>.output.
|
||||||
# [-e+rubypath+, --executable=+rubypath+]
|
# [-e+rubypath+, --executable=+rubypath+]
|
||||||
# output executable file(mode 755). where +path+ is the ruby interpreter.
|
# output executable file(mode 755). where +path+ is the Ruby interpreter.
|
||||||
# [-v, --verbose]
|
# [-v, --verbose]
|
||||||
# verbose mode. create +filename+.output file, like yacc's y.output file.
|
# verbose mode. create +filename+.output file, like yacc's y.output file.
|
||||||
# [-g, --debug]
|
# [-g, --debug]
|
||||||
|
@ -75,7 +75,7 @@ end
|
||||||
#
|
#
|
||||||
# $ racc parse.y
|
# $ racc parse.y
|
||||||
#
|
#
|
||||||
# This creates ruby script file "parse.tab.y". The -o option can change the output filename.
|
# This creates Ruby script file "parse.tab.y". The -o option can change the output filename.
|
||||||
#
|
#
|
||||||
# == Writing A Racc Grammar File
|
# == Writing A Racc Grammar File
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue