class Hashid::Rails::Configuration

def to_args

def to_args
  ["#{pepper}#{salt}", min_hash_length, alphabet]
end