move vool statements into own directory
also tests for guard to work
This commit is contained in:
@ -1,10 +0,0 @@
|
||||
module Vool
|
||||
class ClassStatement
|
||||
attr_reader :name, :super_class_name , :body
|
||||
|
||||
def initialize( name , supe , body)
|
||||
@name , @super_class_name , @body = name , supe , body
|
||||
end
|
||||
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user