Thursday, June 04, 2026 1:52:29 AM
> test_with_quotes.rb
# frozen_string_literal: true

require "test_helper"

class TestSymbolWithQuotes < Minitest::Test
  def test_it_wraps_in_quotes
    assert_equal(:"\"hello_world\"", :hello_world.with_quotes)
    assert_equal(:"\"hello_world\"", :hello_world.in_quotes)
  end
end
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 4294fb2