class Gratan::Identifier::Null

Public Instance Methods

identify(user, host) click to toggle source
# File lib/gratan/identifier/null.rb, line 2
def identify(user, host)
  nil
end