A Spec2 application for exploring class name prefixes in Pharo
# PrefixBrowser A Spec2 application for exploring class name prefixes in Pharo. ## Installation To install the PrefixBrowser, go to the Playground (Ctrl+OW) in your Pharo image and execute the following Metacello script (select it and press Do-it button or Ctrl+D): ```Smalltalk Metacello new baseline: 'PrefixBrowser'; repository: 'github://olekscode/PrefixBrowser/src'; load. ``` ## How to use it? ```Smalltalk PrefixBrowser new openWithSpec. ```