Method: RuboCop::AST::UntilNode#keyword
- Defined in:
- lib/rubocop/ast/node/until_node.rb
#keyword ⇒ String
Returns the keyword of the ‘until` statement as a string.
15 16 17 |
# File 'lib/rubocop/ast/node/until_node.rb', line 15 def keyword 'until' end |