class Axiom::Types::Token
Public Class Methods
infer(object)
click to toggle source
# File lib/axiom/types/token.rb, line 2 def self.infer(object) if object == Axiom::Types::Token self end end
# File lib/axiom/types/token.rb, line 2 def self.infer(object) if object == Axiom::Types::Token self end end