Terminal that says: [๐ช ~]$ bat --theme ansi test.rb 1 โ def foo x 2 โ Marshal.load /#{Marshal.dump(x)}/on.source 3 โ end 4 โ 5 โ p foo(foo: :bar) 6 โ p foo("hello world") [๐ช ~]$ ruby test.rb {:foo=>:bar} {:foo=>:bar} [๐ช ~]$
https://files.mastodon.social/media_attachments/files/111/133/599/073/602/721/original/671def1064c8eb6d.png