Sha256: 31c8a8a2dadd4a14ee9d2793dc9c5c53fe094866430a5ecc75d1948a11dedb7c

Contents?: true

Size: 140 Bytes

Versions: 8

Compression:

Stored size: 140 Bytes

Contents

class Axiom::Types::Token < Axiom::Types::String
  def self.infer(object)
    if object == Axiom::Types::Token
      self
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
codeclimate-services-1.11.4 lib/axiom/types/token.rb
codeclimate-services-1.11.3 lib/axiom/types/token.rb
codeclimate-services-1.11.2 lib/axiom/types/token.rb
codeclimate-services-1.11.1 lib/axiom/types/token.rb
codeclimate-services-1.11.0 lib/axiom/types/token.rb
codeclimate-services-1.10.1 lib/axiom/types/token.rb
codeclimate-services-1.10.0 lib/axiom/types/token.rb
codeclimate-services-1.9.8 lib/axiom/types/token.rb