module Concurrent::Synchronization::JRubyAttrVolatile
Public Class Methods
included(base)
click to toggle source
# File lib/concurrent/synchronization/jruby_object.rb, line 7 def self.included(base) base.extend(ClassMethods) end