Sha256: 815f33c5e019066455444e8fce3d74e73d1dffbb6d15e338375c7d65ff76d442
Contents?: true
Size: 226 Bytes
Versions: 19
Compression:
Stored size: 226 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
19 entries across 19 versions & 1 rubygems