July 2, 2009
7:07 p.m.
Behavior>>formatterClass ^Preferences useRBASTForPrettyPrint ifFalse: [ self compilerClass ] ifTrue: [ RBParser ] This makes no sense for view > prettyPrint which expects the class to implement #format:in:notifying:contentsSymbol: (only implemented by RBParser). - on