Flowdock
method

yaml_initialize

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: Requirement
yaml_initialize(tag, vals) 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 189
  def yaml_initialize(tag, vals) # :nodoc:
    vals.each do |ivar, val|
      instance_variable_set "@#{ivar}", val
    end

    Gem.load_yaml
    fix_syck_default_key_in_requirements
  end
Register or log in to add new notes.