fix all the cases, much white noise, array to list, string to sym stuff
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
my_my.foo(42)
|
||||
-- -- --
|
||||
s(:list, [s(:call,
|
||||
s(:name, "foo"),
|
||||
s(:arguments,
|
||||
s(:int, 42)),
|
||||
s(:receiver,
|
||||
s(:name, "my_my")))])
|
||||
s(:expressions,
|
||||
s(:call,
|
||||
s(:name, :foo),
|
||||
s(:arguments,
|
||||
s(:int, 42)),
|
||||
s(:receiver,
|
||||
s(:name, :my_my))))
|
||||
|
Reference in New Issue
Block a user