method

to_h

rails latest stable - Class: Struct

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.2.9) is shown here.

to_h()
public

No documentation available.

# File activesupport/lib/active_support/core_ext/struct.rb, line 3
  def to_h
    Hash[members.zip(values)]
  end