Sha256: 838cc4d147fc99c6c35de9430cc59b65021f521f881e529f6a4d6a5e991a9eaa

Contents?: true

Size: 151 Bytes

Versions: 2

Compression:

Stored size: 151 Bytes

Contents

module God
  
  class Base
    def abort(msg)
      Kernel.abort(msg)
    end
    
    def self.abort(msg)
      Kernel.abort(msg)
    end
  end
  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
god-0.2.0 lib/god/base.rb
god-0.1.0 lib/god/base.rb