class LittleGhost::Tool::Result
Returns a Ruby value together with files or media produced by a Tool. Tools without artifacts should return their Ruby value directly.
Attributes
The ordinary Ruby value returned to application callers and code mode.
Public Class Methods
# File lib/little_ghost/tool.rb, line 143
Creates a result from the Ruby value and an Array of Artifact objects.