Class: Rack::Mount::NestedSet::List
- Inherits:
-
Array
- Object
- Array
- Rack::Mount::NestedSet::List
- Defined in:
- lib/rack/mount/nested_set.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#freeze ⇒ Object
5 6 7 8 |
# File 'lib/rack/mount/nested_set.rb', line 5 def freeze each { |e| e.freeze } super end |