Sha256: 9b0f772bb2afdbadf0cdd836bf4e3f244a1e04ff9e3c5475f7c77e2562df9f67
Contents?: true
Size: 393 Bytes
Versions: 7
Compression:
Stored size: 393 Bytes
Contents
require 'open3' require 'gondler/version' require 'gondler/env' require 'gondler/package' require 'gondler/gomfile' module Gondler class << self def without(_without = nil) if block_given? _without, @without = without, _without yield @without = _without end @without || [] end def env @env ||= Gondler::Env.new end end end
Version data entries
7 entries across 7 versions & 1 rubygems