diff options
author | Sean Griffin <sean@thoughtbot.com> | 2015-08-31 11:54:43 -0600 |
---|---|---|
committer | Sean Griffin <sean@thoughtbot.com> | 2015-08-31 11:56:17 -0600 |
commit | 9f1b5c9b4032d081f5b7d7fe9697ba24e2ae3ff8 (patch) | |
tree | 7bd6b81d2da751f0ab8a7f54e7eb1bcd9fb7bbd9 /version.rb | |
parent | a03f7e8d602cb7425976714a651da93c2ac08f06 (diff) | |
download | rails-9f1b5c9b4032d081f5b7d7fe9697ba24e2ae3ff8.tar.gz rails-9f1b5c9b4032d081f5b7d7fe9697ba24e2ae3ff8.tar.bz2 rails-9f1b5c9b4032d081f5b7d7fe9697ba24e2ae3ff8.zip |
Inline uneccessary frozen string constant
We are only supporting Ruby 2.2 and later in Rails 5, so we do not need
an actual constant here. Additionally, referencing a constant actually
does a hash lookup (because constants are not constant in Ruby >_>).
This will be marginally (likely immeasurable) faster. It is less ugly.
Diffstat (limited to 'version.rb')
0 files changed, 0 insertions, 0 deletions