move vool statements into own directory
also tests for guard to work
This commit is contained in:
@ -1,24 +0,0 @@
|
||||
module Vool
|
||||
module Named
|
||||
attr_reader :name
|
||||
def initialize name
|
||||
@name = name
|
||||
end
|
||||
end
|
||||
|
||||
class LocalVariable < Statement
|
||||
include Named
|
||||
end
|
||||
|
||||
class InstanceVariable < Statement
|
||||
include Named
|
||||
end
|
||||
|
||||
class ClassVariable < Statement
|
||||
include Named
|
||||
end
|
||||
|
||||
class ModuleName < Statement
|
||||
include Named
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user