Flowdock
method

marshal_load

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: Requirement
marshal_load(array) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/requirement.rb, line 183
  def marshal_load array # :nodoc:
    @requirements = array[0]

    fix_syck_default_key_in_requirements
  end
Register or log in to add new notes.