Sha256: 96b7651b3e49977c4dc23a8d87bdcf4bcdd0898a583b0d0b231b8666bd3d2904
Contents?: true
Size: 256 Bytes
Versions: 29
Compression:
Stored size: 256 Bytes
Contents
module SocialStream module Views module Settings class ItemList < Array def insert_before key, obj position = index{ |i| i[:key] == 'notifications' } + 1 insert position, obj end end end end end
Version data entries
29 entries across 29 versions & 2 rubygems