fix all the cases, much white noise, array to list, string to sym stuff
This commit is contained in:
@ -1,5 +1,11 @@
|
||||
int String.length( ref x )
|
||||
int length( ref x )
|
||||
length
|
||||
end
|
||||
-- -- --
|
||||
{:expression_list=>[{:type=>"int", :receiver=>s(:module, "String"), :function_name=>s(:name, "length"), :parameter_list=>[s(:field, :ref, :x)], :expressions=>[s(:name, "length")], :end=>"end"}]}
|
||||
s(:expressions,
|
||||
s(:function, :int,
|
||||
s(:name, :length),
|
||||
s(:parameters,
|
||||
s(:field, :ref, :x)),
|
||||
s(:expressions,
|
||||
s(:name, :length))))
|
||||
|
Reference in New Issue
Block a user