Class: Toys::SourceSpec::Block
Overview
A spec for a source given as a block of DSL code.
Instance Attribute Summary collapse
-
#block ⇒ Proc
readonly
The source block, to be executed in the context of the tool DSL DSL::Tool.
Attributes inherited from Base
#context_directory, #source_name
Method Summary
Methods inherited from Base
Instance Attribute Details
#block ⇒ Proc (readonly)
The source block, to be executed in the context of the tool DSL DSL::Tool.
503 504 505 |
# File 'lib/toys/source_spec.rb', line 503 def block @block end |