mirror of
https://github.com/github/rails.git
synced 2026-01-23 13:28:04 -05:00
e609d83f1a7f49bf8a9549c480a67ee045950336
Ruby 1.8 strings are Enumerable, but there is no String#lines method. In Ruby 1.9, the situation is reversed. To work around this disparity, the RailsEnvironment#externals method now explicitly checks whether a String responds_to? :lines. [#2130 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%