method
    
    []
  [](key)
  public
  
    Hide source    
    
      
  
# File activesupport/lib/active_support/ordered_options.rb, line 25 def [](key) super(key.to_sym) end

  
  