Sha256: 3fd2617336644512cf408d84a48f080154cff9c64432022a08ff27f177d797df
Contents?: true
Size: 147 Bytes
Versions: 5
Compression:
Stored size: 147 Bytes
Contents
unless Array.new.respond_to? :extract_options! class Array def extract_options! last.is_a?(::Hash) ? pop : {} end end end
Version data entries
5 entries across 5 versions & 1 rubygems