Method: YARD::Parser::Ruby::AstNode#condition?
- Defined in:
- lib/yard/parser/ruby/ast_node.rb
#condition? ⇒ Boolean
Returns whether the node is a if/elsif/else condition.
248 249 250 |
# File 'lib/yard/parser/ruby/ast_node.rb', line 248 def condition? false end |