mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
e609d83f1a
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> |
||
---|---|---|
.. | ||
ncgi | ||
performance | ||
about.rb | ||
console.rb | ||
dbconsole.rb | ||
destroy.rb | ||
generate.rb | ||
plugin.rb | ||
runner.rb | ||
server.rb | ||
update.rb |