Class: Falluto::CaseNode

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/falluto/grammar/nodes.rb

Instance Method Summary collapse

Instance Method Details

#each_case(&block) ⇒ Object



86
87
88
# File 'lib/falluto/grammar/nodes.rb', line 86

def each_case &block
  cases.elements.each &block
end