Sha256: 11d3f224cb9705b331464c0c489852bccd033fb264f3bd32d635b875cd62fc1d
Contents?: true
Size: 92 Bytes
Versions: 4
Compression:
Stored size: 92 Bytes
Contents
module ListHelper def sort_by_path(list) list.sort!{|a,b| a.last <=> b.last} end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
chillfile-0.1.0 | spec/support/list_helper.rb |
chillfile-0.0.3 | spec/support/list_helper.rb |
chillfile-0.0.2 | spec/support/list_helper.rb |
chillfile-0.0.1 | spec/support/list_helper.rb |