Sha256: f3968dca1f91e9e94e0aa1206db85e7a6f517e4fb1f0937dff7899b246235db2
Contents?: true
Size: 231 Bytes
Versions: 14
Compression:
Stored size: 231 Bytes
Contents
# module WhowishWord # module Authentication # attr_accessor :username, :password # def init_username_and_password # @username ||= "whowishword" # @password ||= "pass" # end # end # end
Version data entries
14 entries across 14 versions & 1 rubygems