class RuboCop::AST::InPatternNode
def then?
-
(Boolean)- whether the `in` node has a `then` keyword
def then? loc.begin&.is?('then') end
(Boolean)
- whether the `in` node has a `then` keyword
def then? loc.begin&.is?('then') end