зеркало из https://github.com/github/ruby.git
* ext/ripper/lib/ripper/sexp.rb: fix spelling.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
a69e190e96
Коммит
cee4c0bfb1
|
@ -1,3 +1,8 @@
|
|||
Wed Apr 11 03:02:24 2012 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
|
||||
|
||||
* ext/ripper/lib/ripper/sexp.rb: fix spelling. patched by
|
||||
Jonathan Hinkle via https://github.com/ruby/ruby/pull/116
|
||||
|
||||
Tue Apr 10 19:07:04 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* error.c (rb_enc_raise): new function to raise an exception with
|
||||
|
|
|
@ -15,7 +15,7 @@ class Ripper
|
|||
# [EXPERIMENTAL]
|
||||
# Parses +src+ and create S-exp tree.
|
||||
# Returns more readable tree rather than Ripper.sexp_raw.
|
||||
# This method is for mainly developper use.
|
||||
# This method is for mainly developer use.
|
||||
#
|
||||
# require 'ripper'
|
||||
# require 'pp'
|
||||
|
@ -33,7 +33,7 @@ class Ripper
|
|||
|
||||
# [EXPERIMENTAL]
|
||||
# Parses +src+ and create S-exp tree.
|
||||
# This method is for mainly developper use.
|
||||
# This method is for mainly developer use.
|
||||
#
|
||||
# require 'ripper'
|
||||
# require 'pp'
|
||||
|
|
Загрузка…
Ссылка в новой задаче