class Object

Public Instance Methods

md5(s) click to toggle source
# File lib/milk_cap/rtm/base.rb, line 31
def md5 (s)
  MD5.md5(s).to_s
end