Methods
Classes and Modules
Module SyncHash::DelegatorModule SyncHash::Inheritor
Attributes
[RW] | delegate |
Public Class methods
[ show source ]
# File lib/facets/more/synchash.rb, line 50 def initialize(delegate=nil) @delegate = delegate @sync = ::Sync.new if delegate self.extend Delegator else self.extend Inheritor end end