Class: LooseErbs::Graph
- Inherits:
-
Object
- Object
- LooseErbs::Graph
- Includes:
- Enumerable
- Defined in:
- lib/loose_erbs.rb
Defined Under Namespace
Classes: LooseVisitor, Node, Printer
Instance Method Summary collapse
- #each(&block) ⇒ Object
-
#initialize(keys, registry) ⇒ Graph
constructor
A new instance of Graph.
Constructor Details
Instance Method Details
#each(&block) ⇒ Object
185 186 187 |
# File 'lib/loose_erbs.rb', line 185 def each(&block) nodes.each(&block) end |