class RuboCop::AST::IfNode
def keyword
-
(String)
- the keyword of the `if` statement
def keyword ternary? ? '' : loc.keyword.source end
(String)
- the keyword of the `if` statement
def keyword ternary? ? '' : loc.keyword.source end