Sha256: 0424a0a0875454a9856f0ba2a4b27c00742de155e05fced593e13d2744894e8b

Contents?: true

Size: 102 Bytes

Versions: 18

Compression:

Stored size: 102 Bytes

Contents

def quiet_load(file)
  warn_level = $VERBOSE
  $VERBOSE = nil
  load file
  $VERBOSE = warn_level
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
ghost_in_the_post-0.1.4 spec/support/quiet_load.rb
ghost_in_the_post-0.1.3 spec/support/quiet_load.rb
ghost_in_the_post-0.1.2 spec/support/quiet_load.rb
ghost_in_the_post-0.1.0 spec/support/quiet_load.rb
ghost_in_the_post-0.0.14 spec/support/quiet_load.rb
ghost_in_the_post-0.0.13 spec/support/quiet_load.rb
ghost_in_the_post-0.0.12 spec/support/quiet_load.rb
ghost_in_the_post-0.0.11 spec/support/quiet_load.rb
ghost_in_the_post-0.0.10 spec/support/quiet_load.rb
ghost_in_the_post-0.0.9 spec/support/quiet_load.rb
ghost_in_the_post-0.0.8 spec/support/quiet_load.rb
ghost_in_the_post-0.0.7 spec/support/quiet_load.rb
ghost_in_the_post-0.0.6 spec/support/quiet_load.rb
ghost_in_the_post-0.0.5 spec/support/quiet_load.rb
ghost_in_the_post-0.0.4 spec/support/quiet_load.rb
ghost_in_the_post-0.0.3 spec/support/quiet_load.rb
ghost_in_the_post-0.0.2 spec/support/quiet_load.rb
ghost_in_the_post-0.0.1 spec/support/quiet_load.rb