some docs

This commit is contained in:
Torsten Ruger
2016-12-06 11:38:09 +02:00
parent 229f5896c6
commit 4b05b48197
17 changed files with 71 additions and 101 deletions

View File

@ -1,3 +1,7 @@
# Parfait is the ruby runtime
module Parfait
end
require_relative "parfait/value"
require_relative "parfait/integer"
require_relative "parfait/object"