1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib
Yuki Nishijima ebe73abea0 NameError#missing_name? can jsut use NameError#name if the arg is a Symbol
NameError#name returns a missing name as a symbol, so if the given name
is a symbol, it doesn't have to use #missing_name to get the last constant
name in the error message.
2015-02-07 00:14:04 -08:00
..
active_support NameError#missing_name? can jsut use NameError#name if the arg is a Symbol 2015-02-07 00:14:04 -08:00
active_support.rb Merge pull request #18090 from egilburg/patch-3 2015-01-04 19:00:01 -03:00