Method: YARD::Parser::Ruby::LoopNode#condition
- Defined in:
- lib/yard/parser/ruby/ast_node.rb
#condition ⇒ Object
543 |
# File 'lib/yard/parser/ruby/ast_node.rb', line 543 def condition; type == :for ? s(self[0], self[1]) : first end |