ruby-hacking-guide / ruby-hacking-guide.github.com

Ruby Hacking Guide Translation
http://ruby-hacking-guide.github.io/
318 stars 50 forks source link

replace map! in _plugins/rhg_textile_converter.rb #7

Closed hamiltop closed 11 years ago

hamiltop commented 11 years ago

Jekyll is complaining about using map! on an Enumerable. By chaining the methods together differently we can avoid the destructive map.

markburns commented 11 years ago

Just push to master for things like this. We can re-address this policy if it becomes problematic.