Module: Unparser::Adamantium::ClassMethods
- Defined in:
- lib/unparser/adamantium.rb
Overview
Methods mixed in to adamantium classes
Instance Method Summary collapse
-
#new ⇒ Object
Instantiate a new frozen object.
Instance Method Details
#new ⇒ Object
Instantiate a new frozen object
79 80 81 |
# File 'lib/unparser/adamantium.rb', line 79 def new(*) super.freeze end |