mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* gems/bundled_gems: Upgrade the did_you_mean gem to 1.0.0
* NEWS: Add news about the did_you_mean gem git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e6be17c74a
commit
03cc02c9ab
3 changed files with 17 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Wed Dec 23 02:23:19 2015 Yuki Nishijima <mail@yukinishijima.net>
|
||||
|
||||
* gems/bundled_gems: Upgrade the did_you_mean gem to 1.0.0
|
||||
|
||||
* NEWS: Add news about the did_you_mean gem
|
||||
|
||||
Wed Dec 23 02:18:57 2015 Jake Worth <jakeworth82@gmail.com>
|
||||
|
||||
* doc/contributing.rdoc: [DOC] remove an extra word "here".
|
||||
|
|
10
NEWS
10
NEWS
|
@ -39,6 +39,16 @@ with all sufficient information, see the ChangeLog file.
|
|||
obj&.attr += 1
|
||||
[Feature #11537]
|
||||
|
||||
* the did_you_mean gem:
|
||||
|
||||
* When a NameError or NoMethodError occurs because of a typo in the name,
|
||||
the did_you_mean gem automatically suggests other names similar to the
|
||||
method name.
|
||||
|
||||
"Yuki".starts_with?("Y")
|
||||
# => NoMethodError: undefined method `starts_with?' for "Yuki":String
|
||||
# Did you mean? start_with?
|
||||
|
||||
* indented here document:
|
||||
|
||||
* new string literal, here document starts with `<<~`.
|
||||
|
|
|
@ -3,4 +3,4 @@ test-unit 3.1.5
|
|||
minitest 5.8.3
|
||||
rake 10.4.2
|
||||
net-telnet 0.1.1
|
||||
did_you_mean 1.0.0.rc1
|
||||
did_you_mean 1.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue