method
clear
clear()
public
Hide source
# File activesupport/lib/active_support/ordered_hash.rb, line 144 def clear super @keys.clear self end


