instance method to_a

Ruby on Rails 3.2.22.5

Since v3.2.22.5 Last seen in v3.2.22.5

Signature

to_a()

No documentation comment.

Source
# File activesupport/lib/active_support/ordered_hash.rb, line 144
      def to_a
        @keys.map { |key| [ key, self[key] ] }
      end

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

Defined in ActiveSupport::OrderedHash

Type at least 2 characters to search.

↑↓ navigate · open · esc close