Sha256: f5a7a2c5e4216b4f9d0373b8002ab587d02fb3a9b13703daaa257d6f0f6d8e09
Contents?: true
Size: 256 Bytes
Versions: 7
Compression:
Stored size: 256 Bytes
Contents
<ul> <% suggestion.changes.each do |action| %> <% (action.to_a[0].is_a?(Enumerable) ? action.to_a : [action.to_a]).each do |step| %> <li> <%= describe_step(step.to_a, :with_removal => true) %> </li> <% end %> <% end %> </ul>
Version data entries
7 entries across 7 versions & 3 rubygems