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