Class
Instance Methods
lib/prism/node_ext.rb
View on GitHub
# File tmp/rubies/ruby-master/lib/prism/node_ext.rb, line 503
def consequent
deprecated("else_clause")
else_clause
end
Returns the else clause of the unless node. This method is deprecated in favor of else_clause.