adds class definition with tests

This commit is contained in:
Torsten Ruger
2014-05-30 10:59:49 +03:00
parent e7a823bf3e
commit 3e93517986
7 changed files with 114 additions and 3 deletions

View File

@ -30,5 +30,7 @@ module Ast
end
end
class ClassExpression < ModuleExpression
end
end