Class: Humanized::Interpolater::LockedDown

Inherits:
Object
  • Object
show all
Defined in:
lib/humanized/interpolater.rb

Instance Method Summary collapse

Instance Method Details

#lock!Object



34
35
36
37
38
39
40
# File 'lib/humanized/interpolater.rb', line 34

def lock!
  m = method(:send)
  class << self
    undef :lock!
  end
  return m
end