Sha256: 95f240e933cbf31c8b26045b2223dc5380181a5d2ca41b0a319b19fab6b8fb55
Contents?: true
Size: 91 Bytes
Versions: 6
Compression:
Stored size: 91 Bytes
Contents
module Spruz module RangePlus def +(other) to_a + other.to_a end end end
Version data entries
6 entries across 6 versions & 1 rubygems