lib/code/object/string.rb in code-ruby-0.6.4 vs lib/code/object/string.rb in code-ruby-0.6.5

- old
+ new

@@ -66,20 +66,20 @@ def code_to_function(**globals) Code::Node::Code.new( [ { function: { - parameters: [{ name: "_" }], + parameters: [{name: "_"}], body: [ { left_operation: { first: { call: { name: "_" } }, others: [ - { operator: ".", statement: { call: { name: raw } } } + {operator: ".", statement: {call: {name: raw}}} ] } } ] }