Module: Unparser::Adamantium::ClassMethods

Defined in:
lib/unparser/adamantium.rb

Overview

Methods mixed in to adamantium classes

Instance Method Summary collapse

Instance Method Details

#newObject

Instantiate a new frozen object

Returns:

  • (Object)


79
80
81
# File 'lib/unparser/adamantium.rb', line 79

def new(*)
  super.freeze
end