Method: Fuzzer.fuzz

Defined in:
lib/vcseif/utils/fuzzer.rb

.fuzz(string) ⇒ Object



27
28
29
30
# File 'lib/vcseif/utils/fuzzer.rb', line 27

def self.fuzz(string)
  # would have been nice to be able to do alias_method :fuzz, :encode
  return self.encode(string) 
end