Sha256: 896eae4ef850ef698d6cce108caac95886bb6c725e039bcde720ceab34fb191a
Contents?: true
Size: 188 Bytes
Versions: 495
Compression:
Stored size: 188 Bytes
Contents
# encoding: utf-8 module ActiveSupport #:nodoc: module Multibyte #:nodoc: # Raised when a problem with the encoding was found. class EncodingError < StandardError; end end end
Version data entries
495 entries across 418 versions & 49 rubygems