Sha256: 4524076f083f89746abf69c883c42d1e9de1fa635ce4fe02cb478c6bb1e79c44
Contents?: true
Size: 530 Bytes
Versions: 1
Compression:
Stored size: 530 Bytes
Contents
module Concurrent module Actress # Provides publicly expose-able methods from {Core}. module CoreDelegations def name core.name end def path core.path end def parent core.parent end def terminated? core.terminated? end def terminated core.terminated end def reference core.reference end def executor core.executor end alias_method :ref, :reference end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
concurrent-ruby-0.6.0 | lib/concurrent/actress/core_delegations.rb |