module MGSub

Public Instance Methods

mgsub(substitution_hash) click to toggle source
# File lib/util.rb, line 72
def mgsub(substitution_hash)
  Util::mgsub(self, substitution_hash)
end