Method: Hash#mash!

Defined in:
lib/texlab/hash.rb

#mash!(&block) ⇒ Object



48
49
50
# File 'lib/texlab/hash.rb', line 48

def mash! &block
  replace mash(&block)
end