Class: XKPassword::Store

Inherits:
Object
  • Object
show all
Defined in:
lib/xkpassword/store.rb

Constant Summary collapse

SOURCE =
'google-10000-english.txt'

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeStore

Returns a new instance of Store.



6
7
8
# File 'lib/xkpassword/store.rb', line 6

def initialize
  load_data
end

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data.



4
5
6
# File 'lib/xkpassword/store.rb', line 4

def data
  @data
end