Method: SyntaxTree::Case#consequent

Defined in:
lib/syntax_tree.rb

#consequentObject (readonly)

In | When

the next clause in the chain



3326
3327
3328
# File 'lib/syntax_tree.rb', line 3326

def consequent
  @consequent
end