Sha256: 9930e23b7e807d2a68bbccde75e5d8d9904bd9f8549dafd53660e09c4a484863
Contents?: true
Size: 190 Bytes
Versions: 2
Compression:
Stored size: 190 Bytes
Contents
# frozen_string_literal: true module Blank def self.included(base) base.class_eval do instance_methods.each { |m| undef_method m unless m =~ /^__|object_id/ } end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
commander-5.0.0 | lib/commander/blank.rb |
commander-4.6.0 | lib/commander/blank.rb |