Files
rails/activemodel/lib/active_model
Xavier Noria 9b423ac0b7 let this regexp be stricter
The purpose of this regexp is to detect strings that
are valid identifiers to be used as method names.
The anchor $ allows a trailing newline, and both ^
and $ may be bypassed because Ruby regexps are
multiline always. The anchors \A and \z are the
proper ones to ensure string boundaries.
2011-04-19 18:16:38 +02:00
..
2011-02-21 11:00:03 +01:00
2011-04-11 18:01:10 +02:00
2011-04-11 12:54:46 -07:00
2011-03-16 10:28:40 +00:00
2011-03-30 16:29:43 -03:00
2011-03-06 22:24:22 +01:00
2009-12-31 13:12:52 -08:00
2010-01-04 16:22:46 -06:00
2011-03-30 16:29:43 -03:00
2011-03-07 23:56:16 +05:30