Sha256: f7e0ca22b85fbb7c991956aeda2a8e1e1f55d1b30b7db92ee4fe2d960eccd125

Contents?: true

Size: 214 Bytes

Versions: 30

Compression:

Stored size: 214 Bytes

Contents

module ActiveRecord
  class Base

    class << self

      def do_not_synchronize
        @do_not_synchronize = true
      end

      def do_not_synchronize?
        @do_not_synchronize
      end
    end
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
hyper-operation-1.0.alpha1.8 lib/hyper-operation/transport/active_record.rb
hyper-operation-1.0.alpha1.7 lib/hyper-operation/transport/active_record.rb
hyper-operation-1.0.alpha1.6 lib/hyper-operation/transport/active_record.rb
hyper-operation-1.0.alpha1.5 lib/hyper-operation/transport/active_record.rb
hyper-operation-1.0.alpha1.4 lib/hyper-operation/transport/active_record.rb
hyper-operation-0.99.6 lib/hyper-operation/transport/active_record.rb
hyper-operation-1.0.alpha1.3 lib/hyper-operation/transport/active_record.rb
hyper-operation-0.99.5 lib/hyper-operation/transport/active_record.rb
hyper-operation-0.99.4 lib/hyper-operation/transport/active_record.rb
hyper-operation-1.0.alpha1.2 lib/hyper-operation/transport/active_record.rb
hyper-operation-1.0.alpha1.1 lib/hyper-operation/transport/active_record.rb
hyper-operation-1.0.alpha1 lib/hyper-operation/transport/active_record.rb
hyper-operation-0.99.3 lib/hyper-operation/transport/active_record.rb
hyper-operation-0.99.2 lib/hyper-operation/transport/active_record.rb
hyper-operation-0.99.1 lib/hyper-operation/transport/active_record.rb
hyper-operation-0.99.0 lib/hyper-operation/transport/active_record.rb
hyper-operation-1.0.0.lap28 lib/hyper-operation/transport/active_record.rb
hyper-operation-0.5.12 lib/hyper-operation/transport/active_record.rb
hyper-operation-0.5.11 lib/hyper-operation/transport/active_record.rb
hyper-operation-0.5.10 lib/hyper-operation/transport/active_record.rb