Sha256: 69f588604b4104e59a5a2b044ba8c402f2d2c339c9004faa81591e6d548b759b
Contents?: true
Size: 420 Bytes
Versions: 37
Compression:
Stored size: 420 Bytes
Contents
# frozen_string_literal: true module Reek module AST module SexpExtensions # Utility methods for :begin nodes. module BeginNode # The special type :begin exists primarily to contain more statements. # Therefore, this method overrides the default implementation to return # this node's children. def statements children end end end end end
Version data entries
37 entries across 35 versions & 2 rubygems