Sha256: a1e4a61767f99bdffa10d0129069cdc77d8d6a729f3e9e325f0a0463a3b771bd

Contents?: true

Size: 317 Bytes

Versions: 7

Compression:

Stored size: 317 Bytes

Contents

module Remix::Stash::Runtime
  extend self

  @@logger = nil
  def logger
    @@logger
  end

  def logger=(log)
    @@logger = log
  end

  @@ignore_cluster_errors = false
  def ignore_cluster_errors
    @@ignore_cluster_errors
  end

  def ignore_cluster_errors=(bool)
    @@ignore_cluster_errors = bool
  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
remix-stash-1.1.3 lib/remix/stash/runtime.rb
remix-stash-1.1.2 lib/remix/stash/runtime.rb
remix-stash-1.1.1 lib/remix/stash/runtime.rb
remix-stash-1.1.0 lib/remix/stash/runtime.rb
remix-stash-1.0.4 lib/remix/stash/runtime.rb
remix-stash-1.0.3 lib/remix/stash/runtime.rb
remix-stash-1.0.2 lib/remix/stash/runtime.rb