module Delayer::Deferred

Constants

VERSION

Attributes

debug[RW]

真ならデバッグ情報を集める

Public Class Methods

new(*rest, &proc) click to toggle source
# File lib/delayer/deferred.rb, line 18
def new(*rest, &proc)
  Delayer::Deferred::Deferred.new(*rest, &proc) end