mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
a69e190e96
commit
cee4c0bfb1
2 changed files with 7 additions and 2 deletions
|
@ -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>
|
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
|
* error.c (rb_enc_raise): new function to raise an exception with
|
||||||
|
|
|
@ -15,7 +15,7 @@ class Ripper
|
||||||
# [EXPERIMENTAL]
|
# [EXPERIMENTAL]
|
||||||
# Parses +src+ and create S-exp tree.
|
# Parses +src+ and create S-exp tree.
|
||||||
# Returns more readable tree rather than Ripper.sexp_raw.
|
# 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 'ripper'
|
||||||
# require 'pp'
|
# require 'pp'
|
||||||
|
@ -33,7 +33,7 @@ class Ripper
|
||||||
|
|
||||||
# [EXPERIMENTAL]
|
# [EXPERIMENTAL]
|
||||||
# Parses +src+ and create S-exp tree.
|
# Parses +src+ and create S-exp tree.
|
||||||
# This method is for mainly developper use.
|
# This method is for mainly developer use.
|
||||||
#
|
#
|
||||||
# require 'ripper'
|
# require 'ripper'
|
||||||
# require 'pp'
|
# require 'pp'
|
||||||
|
|
Loading…
Add table
Reference in a new issue