move vool statements into own directory
also tests for guard to work
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
module Vool
|
||||
class ArrayStatement
|
||||
attr_reader :values
|
||||
|
||||
def initialize( values )
|
||||
@values = values
|
||||
end
|
||||
|
||||
def length
|
||||
@values.length
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user