Getting a Human-Readable Printout of Any Object
a = [1,2,3] puts a puts a.to_s puts a.inspect puts /foo/ # (?-mix:foo) puts /foo/.inspect # /foo/