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