Comment detail

メソッド名一覧の表示 (Nested Flatten)
Squeak Smalltalk で。
1
target class selectors select: [:sel | sel beginsWith: #test]
スーパークラス定義のメソッドを考慮するのをすっかり
忘れていました(^_^;)。

ということで改めて。
1
target class allSelectors select: [:sel | sel beginsWith: #test]

Index

Feed

Other

Link

Pathtraq

loading...