instance method sync_keys!

Ruby on Rails 3.2.22.5

Since v3.2.22.5 Last seen in v3.2.22.5

Signature

sync_keys!()

No documentation comment.

Source
# File activesupport/lib/active_support/ordered_hash.rb, line 217
        def sync_keys!
          @keys.delete_if {|k| !has_key?(k)}
        end

Defined in activesupport/lib/active_support/ordered_hash.rb line 217 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveSupport::OrderedHash

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close