class AdtekioAdnetworks::BasePostbackClass::MD5
Public Class Methods
md5(*args)
click to toggle source
# File lib/adtekio_adnetworks/postbacks.rb, line 51 def md5(*args) new(*args) end
new(str = nil)
click to toggle source
# File lib/adtekio_adnetworks/postbacks.rb, line 47 def new(str = nil) str ? orig_new.update(str) : orig_new end
Also aliased as: orig_new