Sha256: 9c550c35b2b2563959071a5265da4cbf08fab82b3af7eb00c7e2534dce1614c2
Contents?: true
Size: 178 Bytes
Versions: 18
Compression:
Stored size: 178 Bytes
Contents
# frozen_string_literal: true module Kernel # Raise exception with text "Not yet implemented". def nyi raise "Not yet implemented (Called in #{caller.first})" end end
Version data entries
18 entries across 18 versions & 3 rubygems