Sha256: cb8b619c2dbe76652b94a1ccfccf7ddb6b4de4642a5099c815f624ffe45300fa
Contents?: true
Size: 324 Bytes
Versions: 16
Compression:
Stored size: 324 Bytes
Contents
# encoding: utf-8 module Axiom module Types # Represents a string type class String < Object extend LengthComparable, Encodable primitive ::String coercion_method :to_string minimum_length 0 maximum_length 255 end # class String end # module Types end # module Axiom
Version data entries
16 entries across 14 versions & 4 rubygems