module Reek::AST::SexpExtensions::BeginNode
Utility methods for :begin nodes.
Public Instance Methods
Source
# File lib/reek/ast/sexp_extensions/begin.rb, line 11 def statements children end
The special type :begin exists primarily to contain more statements. Therefore, this method overrides the default implementation to return this node’s children.