class ArboretumFiber

Public Class Methods

ROOT_FIBER() click to toggle source
# File lib/arboretum/debtor.rb, line 4
def self.ROOT_FIBER
  @@ROOT_FIBER
end
set_root_fiber(fiber) click to toggle source
# File lib/arboretum/debtor.rb, line 7
def self.set_root_fiber(fiber)
  @@ROOT_FIBER = fiber
end