Sha256: 3a997f63ebf869950d87c817a2caee1c54949573f15be8ef8c7b9fb908df7f65

Contents?: true

Size: 96 Bytes

Versions: 2

Compression:

Stored size: 96 Bytes

Contents

# frozen_string_literal: true

class String
  def to_utf8
    force_encoding('UTF-8')
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kampyo-0.2.0 lib/kampyo/string.rb
kampyo-0.1.0 lib/kampyo/string.rb