zammad/lib/core_ext/object.rb
2025-01-01 17:39:43 +02:00

7 lines
143 B
Ruby

# Copyright (C) 2012-2025 Zammad Foundation, https://zammad-foundation.org/
class Object
def to_utf8(**)
to_s.utf8_encode(**)
end
end