Method: Cfer::Block#build_from_file
- Defined in:
- lib/cfer/block.rb
#build_from_file(*args, file) ⇒ Object
Evaluates a DSL from a Ruby script file
31 32 33 34 35 |
# File 'lib/cfer/block.rb', line 31 def build_from_file(*args, file) build_from_block(*args) do include_file(file) end end |