Method: Fuzzer.defuzz
- Defined in:
- lib/vcseif/utils/fuzzer.rb
.defuzz(string) ⇒ Object
44 45 46 47 |
# File 'lib/vcseif/utils/fuzzer.rb', line 44 def self.defuzz(string) #would have been nice to be able to do alias_method :defuzz, :decode return self.decode(string) end |