class RuboCop::AST::UntilNode
def inverse_keyword
-
(String)
- the inverse keyword of the `until` statement
def inverse_keyword 'while' end
(String)
- the inverse keyword of the `until` statement
def inverse_keyword 'while' end