Sha256: e84846241ace4f23c758dd4264c0d9e2011e5f9e4aaa98e6e988fd57c7c6db32
Contents?: true
Size: 252 Bytes
Versions: 13
Compression:
Stored size: 252 Bytes
Contents
module Ivapi module Authentication def authentication if @username && @password { nick: @username, password: @password } else {} end end def authenticated? !authentication.empty? end end end
Version data entries
13 entries across 13 versions & 1 rubygems