Skip to content

Instantly share code, notes, and snippets.

@maedaunderscore
Created October 26, 2014 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maedaunderscore/865ba8de12f19d2e9942 to your computer and use it in GitHub Desktop.
Save maedaunderscore/865ba8de12f19d2e9942 to your computer and use it in GitHub Desktop.
読み込み先を環境依存しないように
somCodePath := (FileSystem disk workingDirectory path parent parent parent parent / 'som-code') asFileReference asString.
SOMTools setClassPathBase: somCodePath; recompile.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment