revert to symbols

Parfait::Words were nice, but endless problems with the fact that when
you write “String” you get a string.
Symbols take care of uniqueness at the same time
This commit is contained in:
Torsten Ruger
2015-05-31 18:34:18 +03:00
parent 5d870ef154
commit bee73801eb
18 changed files with 101 additions and 85 deletions

View File

@ -13,6 +13,3 @@ require "parfait/layout"
require "parfait/message"
require "parfait/frame"
require "parfait/space"
#if we are in the ruby run-time / generating an executable
require "virtual/parfait_adapter"