Module: EasyKeygen

Extended by:
EasyKeygen
Included in:
EasyKeygen
Defined in:
lib/easy_keygen.rb,
lib/easy_keygen/version.rb

Constant Summary collapse

ARG_OPTIONS =
{
 	:size => 4,
 	:amount => 4,
 	:_include => 'both',
 	:encryption => nil
}
VERSION =
'0.0.1'

Instance Method Summary collapse

Instance Method Details

#size_of_word(size = ARG_OPTIONS[:size]) ⇒ Object



25
26
27
# File 'lib/easy_keygen.rb', line 25

def size_of_word(size = ARG_OPTIONS[:size])
   size
end