class YARD::Parser::Ruby::AstNode
def block?
-
(Boolean)
- whether the node has a block
def block? respond_to?(:block) || condition? end
(Boolean)
- whether the node has a block
def block? respond_to?(:block) || condition? end