aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorPhilipe Fatio <me@phili.pe>2017-03-14 10:57:50 +0100
committerPhilipe Fatio <me@phili.pe>2017-03-14 10:57:50 +0100
commit96c525f2509a9ec1890c5218f6a65b22660b97f7 (patch)
tree63b62568599b0c0f972c16e654b627284ab6b93e /railties
parent29709cd3f3b997015071bbe9336744b5673bc587 (diff)
downloadrails-96c525f2509a9ec1890c5218f6a65b22660b97f7.tar.gz
rails-96c525f2509a9ec1890c5218f6a65b22660b97f7.tar.bz2
rails-96c525f2509a9ec1890c5218f6a65b22660b97f7.zip
Remove obsolete warning about regular expression
This warning became obsolete when the regular expression was changed to use `\z` instead of `\Z` in fce9c4e5e1ecb31cff2ca43a04fbe332816c3c45. "-1234\n" =~ /\A[+-]?\d+\Z/ => 0 "-1234\n" =~ /\A[+-]?\d+\z/ => nil [ci skip]
Diffstat (limited to 'railties')
0 files changed, 0 insertions, 0 deletions