class Axiom::Types::Password

Public Class Methods

infer(object) click to toggle source
# File lib/axiom/types/password.rb, line 2
def self.infer(object)
  if object == Axiom::Types::Password
    self
  end
end