class SyntaxTree::Elsif

Elsif represents another clause in an if or unless chain.

if variable
elsif other_variable
end