Skip to content

Commit

Permalink
We were quoting symbols in inspect we shouldnt have
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo authored and seven1m committed Sep 2, 2023
1 parent 3d67e38 commit d7f1d6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/symbol/inspect_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
fred: ":fred",
:fred? => ":fred?",
:fred! => ":fred!",
:BAD! => ":BAD!",
:_BAD! => ":_BAD!",
:$ruby => ":$ruby",
:@ruby => ":@ruby",
:@@ruby => ":@@ruby",
Expand Down

0 comments on commit d7f1d6a

Please sign in to comment.