Method: Arrow::Template::Parser::State#current_branch

Defined in:
lib/arrow/template/parser.rb

#current_branchObject (readonly)

The current branch of the parse state. Branches are added and removed for re-entrances into the parse loop.



146
147
148
# File 'lib/arrow/template/parser.rb', line 146

def current_branch
  @current_branch
end