Method: Jets::Stack.template
- Defined in:
- lib/jets/stack.rb
.template ⇒ Object
52 53 54 55 56 57 58 59 60 61 |
# File 'lib/jets/stack.rb', line 52 def template # Pretty funny looking, creating an instance of stack to be passed to the Builder. # Another way of looking at it: # # stack = new # MyStack.new # builder = Jets::Stack::Builder.new(stack) # builder = Jets::Stack::Builder.new(new) builder.template end |