We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903c87f commit f70013fCopy full SHA for f70013f
lib/opal/parser/sexp.rb
@@ -54,7 +54,7 @@ def ==(other)
54
alias eql? ==
55
56
def inspect
57
- "s(#{@array.map { |e| e.inspect }.join ', '})"
+ "(#{@array.map { |e| e.inspect }.join ' '})"
58
end
59
60
alias to_s inspect
0 commit comments