Class: Rack::Mount::NestedSet::List

Inherits:
Array
  • Object
show all
Defined in:
lib/rack/mount/nested_set.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#freezeObject



5
6
7
8
# File 'lib/rack/mount/nested_set.rb', line 5

def freeze
  each { |e| e.freeze }
  super
end