class Prism::CaseNode
Public Instance Methods
Source
# File lib/prism/node_ext.rb, line 479 def consequent deprecated("else_clause") else_clause end
Returns the else clause of the case node. This method is deprecated in favor of #else_clause.
# File lib/prism/node_ext.rb, line 479 def consequent deprecated("else_clause") else_clause end
Returns the else clause of the case node. This method is deprecated in favor of #else_clause.