class Affect::Fiber::Intent

Attributes

args[R]

Public Class Methods

new(*args) click to toggle source
# File lib/affect/fiber.rb, line 11
def initialize(*args)
  @args = args
end