adds method_statement to vool
This commit is contained in:
@ -3,7 +3,7 @@ module Vool
|
||||
attr_reader :name, :super_class_name , :body
|
||||
|
||||
def initialize( name , supe , body)
|
||||
@name , @super_class_name , @body = name , supe , body
|
||||
@name , @super_class_name , @body = name , supe , (body || [])
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user