class YARD::Parser::Ruby::LoopNode
Public Instance Methods
Source
# File lib/yard/parser/ruby/ast_node.rb, line 543 def condition; type == :for ? s(self[0], self[1]) : first end
# File lib/yard/parser/ruby/ast_node.rb, line 543 def condition; type == :for ? s(self[0], self[1]) : first end