Skip to content

Conversation

AlexOxorn
Copy link

@AlexOxorn AlexOxorn commented Jul 23, 2020

puts RKelly.parse('return { a: 5, b: {c: 4, d: { e: a } } }').to_ecma
return {
  a: 5,
  b: {
    c: 4,
    d: {
      e: a
}
}
};

To

puts RKelly.parse('return { a: 5, b: {c: 4, d: { e: a } } }').to_ecma
return {
  a: 5,
  b: {
    c: 4,
    d: {
      e: a
    }
  }
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant