Sha256: 723b9e89ca1131793df623841ad0b8abd77a7c3ffed1ce37444e50de0362f6c7
Contents?: true
Size: 142 Bytes
Versions: 5
Compression:
Stored size: 142 Bytes
Contents
class Utils def self.unsplat(args) if args.size == 1 and args.first.is_a?(Array) args.first else args end end end
Version data entries
5 entries across 5 versions & 1 rubygems