Class: Bob::Compiler::Walker

Inherits:
Base
  • Object
show all
Includes:
Substitution
Defined in:
lib/bob/compiler/walker.rb

Direct Known Subclasses

Block, Layout

Constant Summary

Constants included from Substitution

Substitution::SUBSTITUTION_PARSER, Substitution::SUBSTITUTION_SCANNER

Instance Method Summary collapse

Methods included from Substitution

#quote_and_substitute, #unescape

Methods inherited from Base

#errors, #errors?, #result, #valid?, #warnings, #warnings?, #well_formed?

Constructor Details

#initialize(node) ⇒ Walker

Returns a new instance of Walker.



11
12
13
14
# File 'lib/bob/compiler/walker.rb', line 11

def initialize(node)
  super()
  @node = node
end