Handbook
Glossary
contains-blocks? ( obj -- ? )
Vocabulary
smalltalk
.
compiler
Inputs
obj
an
object
Outputs
?
an
object
Definition
IN:
smalltalk.compiler
GENERIC:
contains-blocks?
( obj -- ? )
Methods
USING:
arrays
sequences
smalltalk.compiler
;
M:
array
contains-blocks?
[
contains-blocks?
]
any?
;
USING:
kernel
smalltalk.ast
smalltalk.compiler
;
M:
ast-block
contains-blocks?
drop
t
;
USING:
kernel
smalltalk.compiler
;
M:
object
contains-blocks?
drop
f
;