class Symbol

inspect do
  ":" + to_string
end

end