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